Skip to content

Commit

Permalink
Changed version number with v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Dec 31, 2024
1 parent eb37409 commit 2499d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gpt_computer_assistant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .tooler import Tool
except:
pass
__version__ = '0.27.10' # fmt: skip
__version__ = '0.28.0' # fmt: skip



Expand Down Expand Up @@ -277,4 +277,4 @@ def agent(url, *args, **kwargs):
raise Exception("Failed to start the docker instance")

return the_instance

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="gpt_computer_assistant",
version="0.27.10",
version="0.28.0",
description="""GPT""",
long_description="".join(open("README.md", encoding="utf-8").readlines()),
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -74,3 +74,4 @@




0 comments on commit 2499d96

Please sign in to comment.