From db9400dedfe8d9c7c8adfb61845fa54d11435e19 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 6 Jun 2024 00:17:45 +0000 Subject: [PATCH] Changed version number with v0.8.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 95ae2845b..8e9ba185c 100644 --- a/gpt_computer_assistant/__init__.py +++ b/gpt_computer_assistant/__init__.py @@ -4,5 +4,5 @@ -__version__ = '0.7.1' +__version__ = '0.8.0' diff --git a/setup.py b/setup.py index 495a04ba7..aa7fbbcd2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ install_requires = fp.read() setup( name="gpt_computer_assistant", - version="0.7.1", + version="0.8.0", description="""GPT""", long_description="".join(open("README.md", encoding="utf-8").readlines()), long_description_content_type="text/markdown",