Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
narekgharibyan authored Jul 18, 2022
1 parent a92477f commit d6cf495
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 = 5
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 d6cf495

Please sign in to comment.