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

Merge remote-tracking branch 'origin/master' into release-v0.3.0

parents 7541d976 b6563976
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
mINOR = 3
MICRO = 0
PRE = ""
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