Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Weber committed Apr 7, 2021
1 parent 7b8f613 commit c3a9704
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion openmodelica_microgrid_gym/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from openmodelica_microgrid_gym.execution import Runner

__all__ = ['Agent', 'Runner']
__version__ = '0.3.0'
__version__ = '0.4.0'

register(
id='ModelicaEnv_test-v1',
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = True

Expand All @@ -19,8 +19,8 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']
testpaths =
tests
addopts =
--cov=openmodelica_microgrid_gym
testpaths =
tests
addopts =
--cov=openmodelica_microgrid_gym

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"Documentation": "https://upb-lea.github.io/openmodelica-microgrid-gym/",
"Source Code": "https://github.com/upb-lea/openmodelica-microgrid-gym",
},
version='0.3.0',
version='0.4.0',
zip_safe=False,
)

0 comments on commit c3a9704

Please sign in to comment.