Skip to content

Commit

Permalink
🔖 Updates code version to v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored and actions-user committed Jan 15, 2021
1 parent 69fde1c commit ea937a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = v0.2.6
current_version = v0.2.7
commit = True
message = :bookmark: Bump version: {current_version} → {new_version}
tag = True
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Simzoo",
"version": "0.2.6",
"version": "0.2.7",
"repository": {
"type": "git",
"url": "[email protected]:rickstaa/simzoo.git"
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.2.6
version = 0.2.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.2.6"
version = "0.2.7"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit ea937a8

Please sign in to comment.