Skip to content

Commit

Permalink
prepare 0.5.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Dec 11, 2023
1 parent 375d7ab commit 71dec82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
VERSION_MINOR = 5
VERSION_PATCH = 7
VERSION_DEV = 0
IS_RELEASED = False
IS_RELEASED = True

VERSION = "{}.{}.{}".format(VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
if not IS_RELEASED:
Expand Down

0 comments on commit 71dec82

Please sign in to comment.