diff --git a/setup.py b/setup.py index 3977b0fec11434ddf98de77e55bd76a313c0e0cc..4ab2d7669cc4f6d3f4873c0265da6c8cf06932ba 100755 --- a/setup.py +++ b/setup.py @@ -47,9 +47,9 @@ from setuptools import find_packages, setup MAJOR = 0 MINOR = 4 -MICRO = 0 +MICRO = 1 PRE = "" # e.g. rc0, alpha.1, 0.beta-23 -ISRELEASED = True +ISRELEASED = False if PRE: VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)