Skip to content

Commit

Permalink
🔖 Updates code version to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored and actions-user committed Mar 23, 2021
1 parent 78378ee commit 5b8d0af
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.4.1
current_version = v0.4.2
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.4.1",
"version": "0.4.2",
"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.4.1
version = 0.4.2
description = A python package containing the bayesian_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,6 +1,6 @@
# coding: utf-8
"""The simzoo version."""
version = "0.4.1"
version = "0.4.2"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit 5b8d0af

Please sign in to comment.