Skip to content

Commit

Permalink
feat: bump version to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed May 28, 2024
1 parent 878620a commit fe3b557
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors:
given-names: "Refik"
- family-names: "Milesi"
given-names: "Michele"
version: 0.5.5
version: 0.5.6
license: "Apache-2.0"
DOI: 10.5281/zenodo.11030899
url: "https://eclecticsheep.ai"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ warn_return_any = false


[tool.bumpver]
current_version = "0.5.5"
current_version = "0.5.6"
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 @@ -52,7 +52,7 @@
np.int = np.int64
np.bool = bool

__version__ = "0.5.5"
__version__ = "0.5.6"


# 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 fe3b557

Please sign in to comment.