diff --git a/CHANGELOG.md b/CHANGELOG.md index 304e6629..aa833b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## main +## v0.1.5 ### Breaking changes - `Model.reset()` and `Model.sample()` signature has changed. They no longer receive `TransitionBatch` objects, and they both return a dictionary of strings to tensors diff --git a/mbrl/__init__.py b/mbrl/__init__.py index 7bae8440..2a777b4e 100644 --- a/mbrl/__init__.py +++ b/mbrl/__init__.py @@ -2,4 +2,4 @@ # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -__version__ = "0.2.0dev1" +__version__ = "0.1.5"