Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FayazRahman committed Apr 27, 2023
1 parent 155f6db commit c413281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion loopgpt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.10"
__version__ = "0.0.11"


from loopgpt.agent import Agent
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
extras_require=extras_require,
packages=find_packages(),
name=package_name,
version="0.0.10",
version="0.0.11",
description="Modular Auto-GPT Framework",
entry_points={"console_scripts": ["loopgpt = loopgpt.loops.cli:main"]},
)

0 comments on commit c413281

Please sign in to comment.