Skip to content

Commit b047a6c

Browse files
author
GitHub Actions Bot
committed
Changed version number with v1.0.2
1 parent 7a567d8 commit b047a6c

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,5 +4,5 @@
44

55
from .tooler import Tool
66

7-
__version__ = '1.0.1'
7+
__version__ = '1.0.2'
88

setup.py

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

1818
setup(
1919
name="gpt_computer_agent",
20-
version="1.0.1",
20+
version="1.0.2",
2121
description="""GPT""",
2222
long_description="".join(open("README.md", encoding="utf-8").readlines()),
2323
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)