Skip to content

Commit

Permalink
set is released
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed May 2, 2021
1 parent 1694cb1 commit 1713a12
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 @@ -38,7 +38,7 @@
VERSION_MINOR = 5
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 1713a12

Please sign in to comment.