From 61a9d6426cdb0e32436b704561b7a3ff47b60b04 Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Mon, 8 May 2023 16:51:17 -0500 Subject: Bump version and add a changelog --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 81f372d..269dc73 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setuptools.setup( name='gpt-chat-cli', - version='0.1.1', + version='0.1.2', entry_points = { 'console_scripts': ['gpt-chat-cli=gpt_chat_cli.gcli:main'], }, -- cgit v1.2.3