diff --git a/setup.py b/setup.py index 7658e37..d572c19 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '0.1.9' +VERSION = '0.1.10' from os import path this_directory = path.abspath(path.dirname(__file__))