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

Version bump to 0.3.2-dev

parent 06b8e4df
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,9 @@ from setuptools import find_packages, setup
MAJOR = 0
MINOR = 3
MICRO = 1
MICRO = 2
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