Skip to content

Commit

Permalink
bumping up to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyodinsky committed Mar 23, 2023
1 parent 467d709 commit be1c4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
build: install
poetry build

test: build
test: build lint
poetry run pytest -v

publish: test
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "terminalgpt"
version = "1.0.4"
version = "1.0.5"
description = "AI chat asistent in your terminal powered by OpenAI GPT-3.5"
authors = ["Adam Yodinsky <[email protected]>"]
keywords=["ai", "chat", "terminal", "openai", "gpt3", "chatGPT", "assistant", "gpt3.5", "terminalGPT"]
Expand Down

0 comments on commit be1c4f7

Please sign in to comment.