Skip to content
Snippets Groups Projects
Commit 1bcd08b5 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: increase version number

parent 75d30020
No related branches found
No related tags found
1 merge request!33MAINT: change arguments of create_user
Pipeline #8628 passed with warnings
......@@ -47,9 +47,9 @@ from setuptools import find_packages, setup
MAJOR = 0
MINOR = 5
MICRO = 2
MICRO = 3
PRE = "" # e.g. rc0, alpha.1, 0.beta-23
ISRELEASED = True
ISRELEASED = False
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