File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
project = "LoopGPT"
10
10
copyright = "2023, Fariz Rahman, Fayaz Rahman"
11
11
author = "Fariz Rahman, Fayaz Rahman"
12
- release = "0.1.0 "
12
+ release = "0.1.1 "
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 1
1
"""LoopGPT is a modular Auto-GPT framework
2
2
"""
3
3
4
- __version__ = "0.1.0 "
4
+ __version__ = "0.1.1 "
5
5
6
6
7
7
from loopgpt .agent import Agent , empty_agent
Original file line number Diff line number Diff line change 30
30
extras_require = extras_require ,
31
31
packages = find_packages (),
32
32
name = package_name ,
33
- version = "0.1.0 " ,
33
+ version = "0.1.1 " ,
34
34
description = "Modular Auto-GPT Framework" ,
35
35
entry_points = {"console_scripts" : ["loopgpt = loopgpt.loops.cli:main" ]},
36
36
)
You can’t perform that action at this time.
0 commit comments