From 42f7e201af301696066a792832e3b47c5597a6fc Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Sat, 6 May 2023 05:52:00 -0500 Subject: Update readme / bump version --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0576ace..0c78604 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setuptools.setup( name='gpt-chat-cli', - version='0.0.1', + version='0.1.0', entry_points = { 'console_scripts': ['gpt-chat-cli=gpt_chat_cli.gcli:main'], }, @@ -13,6 +13,7 @@ setuptools.setup( install_requires=[ 'setuptools', 'openai >= 0.27.6', + 'pygments >= 0.15.0' ], python_requires='>=3.7' ) -- cgit v1.2.3