Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FayazRahman committed Mar 10, 2024
1 parent b71424b commit a54f6d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "LoopGPT"
copyright = "2023, Fariz Rahman, Fayaz Rahman"
author = "Fariz Rahman, Fayaz Rahman"
release = "0.1.0"
release = "0.1.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion loopgpt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""LoopGPT is a modular Auto-GPT framework
"""

__version__ = "0.1.0"
__version__ = "0.1.1"


from loopgpt.agent import Agent, empty_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.1.0",
version="0.1.1",
description="Modular Auto-GPT Framework",
entry_points={"console_scripts": ["loopgpt = loopgpt.loops.cli:main"]},
)

0 comments on commit a54f6d1

Please sign in to comment.