diff --git a/gptcli/__init__.py b/gptcli/__init__.py index f1380ee..d3ec452 100644 --- a/gptcli/__init__.py +++ b/gptcli/__init__.py @@ -1 +1 @@ -__version__ = "0.1.7" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index e3024c2..8fcf317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gpt-command-line" -version = "0.1.7" +version = "0.2.0" description = "Command-line interface for ChatGPT and Claude" authors = [{name = "Val Kharitonov", email = "val@kharvd.com"}] readme = "README.md"