Skip to content

Commit 9a56118

Browse files
author
GitHub Actions Bot
committed
Changed version number with v0.22.4
1 parent 347206b commit 9a56118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gpt_computer_agent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
from .tooler import Tool
66

7-
__version__ = '0.22.3' # fmt: skip
7+
__version__ = '0.22.4' # fmt: skip

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="gpt_computer_agent",
23-
version="0.22.3",
23+
version="0.22.4",
2424
description="""GPT""",
2525
long_description="".join(open("README.md", encoding="utf-8").readlines()),
2626
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)