Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Sep 30, 2024
1 parent 6ac6d22 commit 2cba38e
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 = 6
VERSION_PATCH = 2
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 2cba38e

Please sign in to comment.