diff --git a/setup.py b/setup.py index e366fc0b..70627b4a 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup, find_packages ##################################### -VERSION = "0.3.0" +VERSION = "0.3.1" ISRELEASED = True if ISRELEASED: __version__ = VERSION