Skip to content

Commit

Permalink
:up_arrow: Updates submodules and fixes bumpversion bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 15, 2020
1 parent eb62904 commit 8aca03b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.5
current_version = 0.1.6
commit = True
message = :bookmark: Bump version: {current_version} → {new_version}
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = simzoo
version = 0.0.3
version = 0.1.6
description = A python package containing the machine_learning_control openai gym environments.
long_description = file: README.md, CHANGELOG.md, LICENSE.md
long_description_content_type=text/markdown
Expand Down
2 changes: 1 addition & 1 deletion simzoo/envs/ex3_ekf
2 changes: 1 addition & 1 deletion simzoo/envs/oscillator
2 changes: 1 addition & 1 deletion simzoo/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
version = "0.1.5"
version = "0.1.6"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit 8aca03b

Please sign in to comment.