Skip to content

Commit

Permalink
chore(main): release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Sep 3, 2024
1 parent 27b6fdf commit c5a2966
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.0.0"
".": "6.0.1"
}
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.

## [6.0.1](https://github.com/rickstaa/stable-learning-control/compare/v6.0.0...v6.0.1) (2024-09-03)


### Bug Fixes

* fix broken pyproject.toml ([27b6fdf](https://github.com/rickstaa/stable-learning-control/commit/27b6fdfed6407a46192d2304027b307750c18ba6))

## [6.0.0](https://github.com/rickstaa/stable-learning-control/compare/v5.1.1...v6.0.0) (2024-03-15)


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": "stable-learning-control",
"version": "6.0.0",
"version": "6.0.1",
"description": "A framework for training theoretically stable (and robust) Reinforcement Learning control algorithms.",
"keywords": [
"reinforcement-learning",
Expand Down
2 changes: 1 addition & 1 deletion stable_learning_control/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Stores the package version number so that it can be accessed from other modules.
__version__ = "6.0.0"
__version__ = "6.0.1"
__version_tuple__ = __version__.split(".")

0 comments on commit c5a2966

Please sign in to comment.