diff --git a/setup.py b/setup.py index 8acbf12..355e47f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools.command.test import test as TestCommand -version = '1.0.0' +version = '1.1.0' class ToxTestCommand(TestCommand):