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