Skip to content

Commit 62b3da0

Browse files
author
Federico Belotti
authored
feat: bump version to v0.5.7 (#294)
1 parent 169d14a commit 62b3da0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors:
1313
given-names: "Refik"
1414
- family-names: "Milesi"
1515
given-names: "Michele"
16-
version: 0.5.6
16+
version: 0.5.7
1717
license: "Apache-2.0"
1818
DOI: 10.5281/zenodo.11030899
1919
url: "https://eclecticsheep.ai"

notebooks/dreamer_v3_imagination.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Dreamer V3 imagination + reconstruct observations\n",
88
"\n",
9-
"This notebook is updated to SheepRL version [v0.5.6](https://github.com/Eclectic-Sheep/sheeprl/tree/release/v0.5.6). It provides a way to obtain the imagined and reconstructed frames of the Dreamer V3 agent. By default, a GIF is created, but one can create a video from them.\n",
9+
"This notebook is updated to SheepRL version [v0.5.7](https://github.com/Eclectic-Sheep/sheeprl/tree/release/v0.5.7). It provides a way to obtain the imagined and reconstructed frames of the Dreamer V3 agent. By default, a GIF is created, but one can create a video from them.\n",
1010
"\n",
1111
"This notebook is organized as follows:\n",
1212
"1. Agent and environment creation from checkpoint\n",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ warn_return_any = false
200200

201201

202202
[tool.bumpver]
203-
current_version = "0.5.6"
203+
current_version = "0.5.7"
204204
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
205205
commit_message = "bump version {old_version} -> {new_version}"
206206
tag_message = "v{new_version}"

sheeprl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
np.int = np.int64
5353
np.bool = bool
5454

55-
__version__ = "0.5.6"
55+
__version__ = "0.5.7"
5656

5757

5858
# Replace `moviepy.decorators.use_clip_fps_by_default` method to work with python 3.8, 3.9, and 3.10

0 commit comments

Comments
 (0)