Skip to content

Commit

Permalink
release: version 0.5.0 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
michele-milesi authored Dec 19, 2023
1 parent 46e35cc commit 0453284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ warn_return_any = false


[tool.bumpver]
current_version = "0.4.9"
current_version = "0.5.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "v{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion sheeprl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
np.int = np.int64
np.bool = bool

__version__ = "0.4.9"
__version__ = "0.5.0"


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

0 comments on commit 0453284

Please sign in to comment.