diff --git a/pysp2/__init__.py b/pysp2/__init__.py index 2231340..b246c85 100644 --- a/pysp2/__init__.py +++ b/pysp2/__init__.py @@ -10,4 +10,4 @@ from . import testing -__version__ = "1.5.0" +__version__ = "1.5.1" diff --git a/setup.py b/setup.py index e1c7fea..b7248ca 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ PLATFORMS = "Linux, Windows, OSX" MAJOR = 1 MINOR = 5 -MICRO = 0 +MICRO = 1 #SCRIPTS = glob.glob('scripts/*') #TEST_SUITE = 'nose.collector'