diff --git a/pyproject.toml b/pyproject.toml index 4219079d..a875edcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -200,7 +200,7 @@ warn_return_any = false [tool.bumpver] -current_version = "0.5.3" +current_version = "0.5.4" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" tag_message = "v{new_version}" diff --git a/sheeprl/__init__.py b/sheeprl/__init__.py index 8bc5ebf3..46d30d43 100644 --- a/sheeprl/__init__.py +++ b/sheeprl/__init__.py @@ -52,7 +52,7 @@ np.int = np.int64 np.bool = bool -__version__ = "0.5.3" +__version__ = "0.5.4" # Replace `moviepy.decorators.use_clip_fps_by_default` method to work with python 3.8, 3.9, and 3.10