diff --git a/setup.py b/setup.py index 265d269..474ba6b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages from os import path -__version__ = "0.3.10" +__version__ = "0.3.11" here = path.abspath(path.dirname(__file__))