Skip to content
Snippets Groups Projects
Commit a176344d authored by florian's avatar florian
Browse files

FIX: Correct version in setup.py

parent e95c3211
No related branches found
No related tags found
No related merge requests found
Pipeline #27927 passed
...@@ -47,7 +47,7 @@ from setuptools import find_packages, setup ...@@ -47,7 +47,7 @@ from setuptools import find_packages, setup
MAJOR = 0 MAJOR = 0
MINOR = 5 MINOR = 5
MICRO = 1 MICRO = 0
PRE = "" # e.g. rc0, alpha.1, 0.beta-23 PRE = "" # e.g. rc0, alpha.1, 0.beta-23
ISRELEASED = True ISRELEASED = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment