diff --git a/setup.py b/setup.py index 4a51135d3..cfe548ef6 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand -version = '0.5.0' +version = '0.5.1' class PyTest(TestCommand):