We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2017f2 commit c6fcbdeCopy full SHA for c6fcbde
gpt_computer_assistant/__init__.py
@@ -6,7 +6,7 @@
6
from .tooler import Tool
7
except:
8
pass
9
-__version__ = '0.28.0' # fmt: skip
+__version__ = '0.28.1' # fmt: skip
10
11
12
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name="gpt_computer_assistant",
23
- version="0.28.0",
+ version="0.28.1",
24
description="""GPT""",
25
long_description="".join(open("README.md", encoding="utf-8").readlines()),
26
long_description_content_type="text/markdown",
0 commit comments