aboutsummaryrefslogtreecommitdiff
path: root/src/gpt_chat_cli/version.py
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2023-05-05 01:50:56 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2023-05-05 01:50:56 -0500
commit439e935ec583eb7641152c32798898024859e939 (patch)
tree90850537f254c2d5c23a04ff2ec7ce12790eb79e /src/gpt_chat_cli/version.py
parent69654841fd272a66403031cd6e9311423f9f117b (diff)
downloadgpt-chat-cli-439e935ec583eb7641152c32798898024859e939.tar.xz
gpt-chat-cli-439e935ec583eb7641152c32798898024859e939.zip
Add stdin as a input source for the inital prompt
Diffstat (limited to 'src/gpt_chat_cli/version.py')
-rw-r--r--src/gpt_chat_cli/version.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpt_chat_cli/version.py b/src/gpt_chat_cli/version.py
new file mode 100644
index 0000000..bc784a3
--- /dev/null
+++ b/src/gpt_chat_cli/version.py
@@ -0,0 +1 @@
+VERSION = '0.0.2'