diff --git a/setup.py b/setup.py index d8e82e15ef75df56ee1121345e9fe7b7dc35e859..042892ead90e2d68488aa2535c26ceec87b5b185 100755 --- a/setup.py +++ b/setup.py @@ -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: