File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99project = "LoopGPT"
1010copyright = "2023, Fariz Rahman, Fayaz Rahman"
1111author = "Fariz Rahman, Fayaz Rahman"
12- release = "0.1.1 "
12+ release = "0.1.2 "
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11"""LoopGPT is a modular Auto-GPT framework
22"""
33
4- __version__ = "0.1.1 "
4+ __version__ = "0.1.2 "
55
66
77from loopgpt .agent import Agent , empty_agent
Original file line number Diff line number Diff line change 3030 extras_require = extras_require ,
3131 packages = find_packages (),
3232 name = package_name ,
33- version = "0.1.1 " ,
33+ version = "0.1.2 " ,
3434 description = "Modular Auto-GPT Framework" ,
3535 entry_points = {"console_scripts" : ["loopgpt = loopgpt.loops.cli:main" ]},
3636 )
You can’t perform that action at this time.
0 commit comments