From a51e75e2c3d5f657a62a73712ac7a949f156a732 Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Sat, 20 Mar 2021 17:25:17 +0100 Subject: [PATCH] set is released --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 4d2cb9f74..3ec5fa984 100644 --- a/python/setup.py +++ b/python/setup.py @@ -38,7 +38,7 @@ VERSION_MINOR = 5 VERSION_PATCH = 1 VERSION_DEV = 0 -IS_RELEASED = False +IS_RELEASED = True VERSION = "{}.{}.{}".format(VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH) if not IS_RELEASED: