Skip to content

Commit a54f6d1

Browse files
committed
bump version
1 parent b71424b commit a54f6d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "LoopGPT"
1010
copyright = "2023, Fariz Rahman, Fayaz Rahman"
1111
author = "Fariz Rahman, Fayaz Rahman"
12-
release = "0.1.0"
12+
release = "0.1.1"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

loopgpt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""LoopGPT is a modular Auto-GPT framework
22
"""
33

4-
__version__ = "0.1.0"
4+
__version__ = "0.1.1"
55

66

77
from loopgpt.agent import Agent, empty_agent

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
extras_require=extras_require,
3131
packages=find_packages(),
3232
name=package_name,
33-
version="0.1.0",
33+
version="0.1.1",
3434
description="Modular Auto-GPT Framework",
3535
entry_points={"console_scripts": ["loopgpt = loopgpt.loops.cli:main"]},
3636
)

0 commit comments

Comments
 (0)