Skip to content

Commit

Permalink
Changed version number with v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jun 20, 2024
1 parent 6f83147 commit f609938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gpt_computer_assistant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from .tooler import Tool

__version__ = '0.19.0'
__version__ = '0.19.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="gpt_computer_assistant",
version="0.19.0",
version="0.19.1",
description="""GPT""",
long_description="".join(open("README.md", encoding="utf-8").readlines()),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f609938

Please sign in to comment.