Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kharvd committed Nov 17, 2024
1 parent 86f9938 commit fad7afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gptcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gpt-command-line"
version = "0.2.1"
version = "0.3.0"
description = "Command-line interface for ChatGPT and Claude"
authors = [{name = "Val Kharitonov", email = "[email protected]"}]
readme = "README.md"
Expand Down

0 comments on commit fad7afa

Please sign in to comment.