Skip to content

Commit

Permalink
Bump new dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Nov 22, 2023
1 parent b2faa38 commit 6eefb4f
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 @@ -194,7 +194,7 @@ warn_return_any = false


[tool.bumpver]
current_version = "0.4.5post0"
current_version = "0.4.6-dev"
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 @@ -49,4 +49,4 @@
np.int = np.int64
np.bool = bool

__version__ = "0.4.5post0"
__version__ = "0.4.6-dev"

0 comments on commit 6eefb4f

Please sign in to comment.