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

REL: fix release for final review

parent 058c18b7
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,10 @@ from setuptools import find_packages, setup
########################################################################
MAJOR = 0
MINOR = 3
MICRO = 2
MINOR = 4
MICRO = 0
PRE = "" # e.g. rc0, alpha.1, 0.beta-23
ISRELEASED = False
ISRELEASED = True
if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment