diff --git a/gpt_computer_assistant/__init__.py b/gpt_computer_assistant/__init__.py index 1e20f04b7..98a372c88 100644 --- a/gpt_computer_assistant/__init__.py +++ b/gpt_computer_assistant/__init__.py @@ -6,7 +6,7 @@ from .tooler import Tool except: pass -__version__ = '0.24.25' # fmt: skip +__version__ = '0.24.26' # fmt: skip import os diff --git a/setup.py b/setup.py index 916059760..27a3272b4 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="gpt_computer_assistant", - version="0.24.25", + version="0.24.26", description="""GPT""", long_description="".join(open("README.md", encoding="utf-8").readlines()), long_description_content_type="text/markdown",