diff --git a/gpt_computer_assistant/__init__.py b/gpt_computer_assistant/__init__.py index 9a1086fbf..d02e02a58 100644 --- a/gpt_computer_assistant/__init__.py +++ b/gpt_computer_assistant/__init__.py @@ -4,4 +4,4 @@ from .tooler import Tool -__version__ = '0.9.0' +__version__ = '0.9.1' diff --git a/setup.py b/setup.py index 0be5d0c15..b47e55717 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ install_requires = fp.read() setup( name="gpt_computer_assistant", - version="0.9.0", + version="0.9.1", description="""GPT""", long_description="".join(open("README.md", encoding="utf-8").readlines()), long_description_content_type="text/markdown",