Skip to content

Commit

Permalink
chore(release): 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed May 30, 2023
1 parent d2b2be5 commit 68e58d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.5.1](https://github.com/rickstaa/simzoo/compare/v0.5.0...v0.5.1) (2023-05-30)


### Bug Fixes

* **envs:** fix some upstream deprication issues ([d2b2be5](https://github.com/rickstaa/simzoo/commit/d2b2be5b7084ba346dd0ea7f6d512df8b2316418))

## [0.5.0](https://github.com/rickstaa/simzoo/compare/v0.4.93...v0.5.0) (2023-05-30)


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.5.0",
"version": "0.5.1",
"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.5.0
version = 0.5.1
description = A python package containing the bayesian_learning_control openai gym environments.
long_description = file: README.md, CHANGELOG.md, LICENSE
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.5.0"
version = "0.5.1"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit 68e58d2

Please sign in to comment.