diff --git a/setup.py b/setup.py index 81144d2..9f9e04f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages from os import path -__version__ = "0.3.6" +__version__ = "0.3.7" here = path.abspath(path.dirname(__file__))