Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Heid committed Apr 24, 2020
1 parent d7274cc commit 7a8911a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 gym.envs.registration import register

__all__ = ['Agent', 'ModelicaEnv', 'Runner']
__version__ = '0.1.0'
__version__ = '0.1.1'

register(
id='ModelicaEnv_test-v1',
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

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

0 comments on commit 7a8911a

Please sign in to comment.