Skip to content
Snippets Groups Projects
Verified Commit 272acc9b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REL: update version for next development round

parent eff66665
Branches
Tags
No related merge requests found
...@@ -47,9 +47,9 @@ from setuptools import find_packages, setup ...@@ -47,9 +47,9 @@ from setuptools import find_packages, setup
MAJOR = 0 MAJOR = 0
MINOR = 5 MINOR = 5
MICRO = 0 MICRO = 1
PRE = "" # e.g. rc0, alpha.1, 0.beta-23 PRE = "" # e.g. rc0, alpha.1, 0.beta-23
ISRELEASED = True ISRELEASED = False
if PRE: if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE) VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment