Skip to content

Commit

Permalink
chore(release): 0.4.44
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 13, 2021
1 parent cea035e commit 9b9136e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.44](https://github.com/rickstaa/simzoo/compare/v0.4.43...v0.4.44) (2021-12-13)

### [0.4.43](https://github.com/rickstaa/simzoo/compare/v0.4.42...v0.4.43) (2021-12-13)

### [0.4.42](https://github.com/rickstaa/simzoo/compare/v0.4.36...v0.4.42) (2021-12-13)
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.43",
"version": "0.4.44",
"description": "Package that contains the gym environments of the bayesian-learning-control package.",
"keywords": [
"reinforcement-learning",
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.43
version = 0.4.44
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.43"
version = "0.4.44"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit 9b9136e

Please sign in to comment.