diff --git a/setup.py b/setup.py index 3dd4c18..a7a1535 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup from setuptools.command.install import install -VERSION = "0.3.4" +VERSION = "0.3.5" class VersionInstallCommand(install):