diff --git a/assume/__init__.py b/assume/__init__.py index 379f0c34a..1f2d15c6a 100644 --- a/assume/__init__.py +++ b/assume/__init__.py @@ -8,5 +8,5 @@ __version__ = "0.0.1" -__author__ = "ASSUME Developers: Nick Harder, Kim Miskiw, FLorian Mauer, Manish Khanra" +__author__ = "ASSUME Developers: Nick Harder, Kim Miskiw, Florian Mauer, Manish Khanra" __copyright__ = "AGPL-3.0 License" diff --git a/pyproject.toml b/pyproject.toml index 90fe68d78..5c13db0c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "assume-framework" -version = "0.1.0" +version = "0.2.0" description = "ASSUME - Agent-Based Electricity Markets Simulation Toolbox" authors = ["ASSUME Developers "] license = "LICENSE" @@ -28,7 +28,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" paho-mqtt = "^1.5.1" -mango-agents = {git = "https://gitlab.com/maurerle/mango"} +mango-agents-assume = "^1.1.1-1" tqdm = "^4.64.1" python-dateutil = "^2.8.2" sqlalchemy = "^2.0.9"