Skip to content

Commit

Permalink
set release
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed May 20, 2024
1 parent f63eebf commit fff0a3b
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 = 1
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 fff0a3b

Please sign in to comment.