We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347206b commit 9a56118Copy full SHA for 9a56118
gpt_computer_agent/__init__.py
@@ -4,4 +4,4 @@
4
5
from .tooler import Tool
6
7
-__version__ = '0.22.3' # fmt: skip
+__version__ = '0.22.4' # fmt: skip
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name="gpt_computer_agent",
23
- version="0.22.3",
+ version="0.22.4",
24
description="""GPT""",
25
long_description="".join(open("README.md", encoding="utf-8").readlines()),
26
long_description_content_type="text/markdown",
0 commit comments