From cb2df7b62b6ce46f1303e5453fa569583284be5e Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Sat, 6 May 2023 17:08:12 -0500 Subject: Bump version 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0c78604..81f372d 100644 --- a/setup.py +++ b/setup.py @@ -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'], }, -- cgit v1.2.3