diff --git a/setup.py b/setup.py index c6fd3a7..ec91057 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools.command.install import install -VERSION = '0.3.3' +VERSION = '0.3.4' class VerifyVersionCommand(install):