diff --git a/setup.py b/setup.py index 9a8c45f..db6629e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh: long_description = "\n" + fh.read() -VERSION = '0.0.4' +VERSION = '0.0.5' DESCRIPTION = 'Just Agents' LONG_DESCRIPTION = 'LLM Agents that are implemented without unnecessary complexity'