From 826243e4923c56338d133b29ec2f614aeaf8b1c2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 3 Jun 2024 19:21:23 +0000 Subject: [PATCH] Changed version number with v0.6.11 --- 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 29f152cf6..26602c4d3 100644 --- a/gpt_computer_assistant/__init__.py +++ b/gpt_computer_assistant/__init__.py @@ -1,4 +1,4 @@ from .start import start -__version__ = '0.6.10' +__version__ = '0.6.11' diff --git a/setup.py b/setup.py index 1448bbd55..467571186 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ install_requires = fp.read() setup( name="gpt_computer_assistant", - version="0.6.10", + version="0.6.11", description="""GPT""", long_description="".join(open("README.md", encoding="utf-8").readlines()), long_description_content_type="text/markdown",