diff --git a/setup.py b/setup.py index b0d6b49..392fdf9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup import os -__version__ = "0.1.0" +__version__ = "0.1.1" here = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(here, 'README.md')) as f: