diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-05-08 16:51:17 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-05-08 16:51:17 -0500 |
commit | 61a9d6426cdb0e32436b704561b7a3ff47b60b04 (patch) | |
tree | b2841833cafbb94d452a75b3dbbd3713367eec46 /src | |
parent | c6088554f68bda27d3b74468f9e65d0ea322a7b6 (diff) | |
download | gpt-chat-cli-61a9d6426cdb0e32436b704561b7a3ff47b60b04.tar.xz gpt-chat-cli-61a9d6426cdb0e32436b704561b7a3ff47b60b04.zip |
Bump version and add a changelog
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 8d76f25..856ce1d 100644 --- a/src/gpt_chat_cli/version.py +++ b/src/gpt_chat_cli/version.py @@ -1 +1 @@ -VERSION = '0.1.1' +VERSION = '0.1.2' |