From f688ab49ef7736766d75354498a0ab82188ae1dd Mon Sep 17 00:00:00 2001 From: Michele Milesi <74559684+michele-milesi@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:34:23 +0100 Subject: [PATCH] release: v0.5.3 (#206) --- pyproject.toml | 2 +- sheeprl/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f255a3d3..fbde4ff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -197,7 +197,7 @@ warn_return_any = false [tool.bumpver] -current_version = "0.5.2" +current_version = "0.5.3" 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 4c26ec80..8bc5ebf3 100644 --- a/sheeprl/__init__.py +++ b/sheeprl/__init__.py @@ -52,7 +52,7 @@ np.int = np.int64 np.bool = bool -__version__ = "0.5.2" +__version__ = "0.5.3" # Replace `moviepy.decorators.use_clip_fps_by_default` method to work with python 3.8, 3.9, and 3.10