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 9d93cb7 commit e9550cbCopy full SHA for e9550cb
gpt_computer_agent/__init__.py
@@ -1,4 +1,4 @@
1
from .start import start
2
3
4
-__version__ = '0.1.0'
+__version__ = '0.1.1'
setup.py
@@ -7,7 +7,7 @@
7
install_requires = fp.read()
8
setup(
9
name="gpt_computer_agent",
10
- version="0.1.0",
+ version="0.1.1",
11
description="""GPT""",
12
long_description="".join(open("README.md", encoding="utf-8").readlines()),
13
long_description_content_type="text/markdown",
0 commit comments