Skip to content
Snippets Groups Projects
Unverified Commit 19144e21 authored by Daniel's avatar Daniel
Browse files

Increased version in setup.py

parent ca167a82
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 = 2
MICRO = 4
PRE = "rc0"
ISRELEASED = True
MICRO = 5
PRE = "dev"
ISRELEASED = False
if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
else:
......
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