Skip to content

Commit

Permalink
update version to 0.2 - fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Sep 29, 2023
1 parent b6e1e9c commit f535b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assume/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 Maurer, Manish Khanra"
__copyright__ = "AGPL-3.0 License"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "LICENSE"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f535b56

Please sign in to comment.