diff --git a/setup.py b/setup.py index ae4fdfc..95bf706 100644 --- a/setup.py +++ b/setup.py @@ -22,8 +22,8 @@ cython_extension = 'c' ########################## -VERSION = "0.8.5" -ISRELEASED = True +VERSION = "0.0.0dev0" +ISRELEASED = False __version__ = VERSION ##########################