Skip to content

Commit

Permalink
Bump service version from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmrsabino committed Jul 2, 2024
1 parent e9cef9e commit 9211b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_locking_service/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.0"
__version__ = "0.5.0"
__version_info__ = tuple(
int(num) if num.isdigit() else num
for num in __version__.replace("-", ".", 1).split(".")
Expand Down

0 comments on commit 9211b37

Please sign in to comment.