Skip to content

Commit

Permalink
Bump version: 0.5.3.dev0 → 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Nov 27, 2024
1 parent a535527 commit 609cc20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.3.dev0
current_version = 0.5.3
commit = True
tag = True
sign_tags = True
Expand Down
2 changes: 1 addition & 1 deletion omero_mapr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from omero_mapr.utils.version import get_version


VERSION = "0.5.3.dev0"
VERSION = "0.5.3"

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 609cc20

Please sign in to comment.