Skip to content

Commit e9550cb

Browse files
author
GitHub Actions Bot
committed
Changed version number with v0.1.1
1 parent 9d93cb7 commit e9550cb

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
@@ -1,4 +1,4 @@
11
from .start import start
22

33

4-
__version__ = '0.1.0'
4+
__version__ = '0.1.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
install_requires = fp.read()
88
setup(
99
name="gpt_computer_agent",
10-
version="0.1.0",
10+
version="0.1.1",
1111
description="""GPT""",
1212
long_description="".join(open("README.md", encoding="utf-8").readlines()),
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)