diff --git a/gpt_computer_assistant/__init__.py b/gpt_computer_assistant/__init__.py index 685e7f78..1ba99a50 100644 --- a/gpt_computer_assistant/__init__.py +++ b/gpt_computer_assistant/__init__.py @@ -4,4 +4,4 @@ from .tooler import Tool -__version__ = '0.19.1' +__version__ = '0.20.0' diff --git a/setup.py b/setup.py index 0e63638b..f48bc8ed 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="gpt_computer_assistant", - version="0.19.1", + version="0.20.0", description="""GPT""", long_description="".join(open("README.md", encoding="utf-8").readlines()), long_description_content_type="text/markdown",