diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-05-06 05:52:00 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-05-06 05:52:00 -0500 |
commit | 42f7e201af301696066a792832e3b47c5597a6fc (patch) | |
tree | fa0d812f1854a36589ae25c2b02a4e9805511442 /src | |
parent | 603ebf9a866314b3304f800d50c09a3cd55d8546 (diff) | |
download | gpt-chat-cli-42f7e201af301696066a792832e3b47c5597a6fc.tar.xz gpt-chat-cli-42f7e201af301696066a792832e3b47c5597a6fc.zip |
Update readme / bump version
Diffstat (limited to 'src')
-rw-r--r-- | src/gpt_chat_cli/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpt_chat_cli/version.py b/src/gpt_chat_cli/version.py index bc784a3..1f6518e 100644 --- a/src/gpt_chat_cli/version.py +++ b/src/gpt_chat_cli/version.py @@ -1 +1 @@ -VERSION = '0.0.2' +VERSION = '0.1.0' |