diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-05-06 17:08:12 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-05-06 17:08:12 -0500 |
| commit | 84bc80a521df37f41018e5e157391b55ae67bfb4 (patch) | |
| tree | 4905f3456fc8f2ad2bbee744ae148fbb97721224 | |
| parent | 42c4a5013967ab8f3fb34c99b61790367f8be6f2 (diff) | |
Bump version 0.1.1
| -rw-r--r-- | pyproject.toml | 2 | ||||
| -rw-r--r-- | setup.py | 2 | ||||
| -rw-r--r-- | src/gpt_chat_cli/version.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index cb2d154..d675059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gpt-chat-cli" -version = "0.1.0" +version = "0.1.1" authors = [ { name="Flu0r1ne", email="flu0r1ne@furkistan.com" }, ] @@ -2,7 +2,7 @@ import setuptools setuptools.setup( name='gpt-chat-cli', - version='0.1.0', + version='0.1.1', entry_points = { 'console_scripts': ['gpt-chat-cli=gpt_chat_cli.gcli:main'], }, diff --git a/src/gpt_chat_cli/version.py b/src/gpt_chat_cli/version.py index 1f6518e..8d76f25 100644 --- a/src/gpt_chat_cli/version.py +++ b/src/gpt_chat_cli/version.py @@ -1 +1 @@ -VERSION = '0.1.0' +VERSION = '0.1.1' |
