Skip to content

Commit c6fcbde

Browse files
author
GitHub Actions Bot
committed
Changed version number with v0.28.1
1 parent f2017f2 commit c6fcbde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gpt_computer_assistant/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .tooler import Tool
77
except:
88
pass
9-
__version__ = '0.28.0' # fmt: skip
9+
__version__ = '0.28.1' # fmt: skip
1010

1111

1212

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="gpt_computer_assistant",
23-
version="0.28.0",
23+
version="0.28.1",
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)