Skip to content

Commit

Permalink
chore(release): 0.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Sep 13, 2021
1 parent abddd68 commit 2ee4c19
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.17](https://github.com/rickstaa/simzoo/compare/v0.4.16...v0.4.17) (2021-09-13)

### [0.4.16](https://github.com/rickstaa/simzoo/compare/v0.4.15...v0.4.16) (2021-09-13)

### [0.4.15](https://github.com/rickstaa/simzoo/compare/v0.4.14...v0.4.15) (2021-09-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.16",
"version": "0.4.17",
"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.16
version = 0.4.17
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.16"
version = "0.4.17"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit 2ee4c19

Please sign in to comment.