Skip to content

Commit

Permalink
🔖 Bump version: 0.1.6 → 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 15, 2020
1 parent f2c55ca commit b2f821e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[bumpversion]
current_version = 0.1.6
current_version = 0.1.7
commit = True
message = :bookmark: Bump version: {current_version} → {new_version}
tag = True

[bumpversion:file:simzoo/version.py]

[bumpversion:file:setup.cfg]
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.1.6
version = 0.1.7
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/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
version = "0.1.6"
version = "0.1.7"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit b2f821e

Please sign in to comment.