Skip to content

Commit 0639e16

Browse files
release: bump version to v0.5.4 (#217)
* release: bump version to v0.5.4 * add version to __init__.py
1 parent 28e904d commit 0639e16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3"
203+
current_version = "0.5.4"
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.3"
55+
__version__ = "0.5.4"
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)