From 291631fe7c4240a2dbfcbf8d25aad14e6daf8e4e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sat, 15 Jun 2024 01:01:29 +0000 Subject: [PATCH] Changed version number with v0.15.0 --- gpt_computer_assistant/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gpt_computer_assistant/__init__.py b/gpt_computer_assistant/__init__.py index da008c068..70d869bd5 100644 --- a/gpt_computer_assistant/__init__.py +++ b/gpt_computer_assistant/__init__.py @@ -4,4 +4,4 @@ from .tooler import Tool -__version__ = '0.14.5' +__version__ = '0.15.0' diff --git a/setup.py b/setup.py index ed70e5f9f..93ba14d03 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="gpt_computer_assistant", - version="0.14.5", + version="0.15.0", description="""GPT""", long_description="".join(open("README.md", encoding="utf-8").readlines()), long_description_content_type="text/markdown",