diff --git a/setup.py b/setup.py index 1feacaab..64040405 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "0.1.11" +VERSION = "0.1.12" requirements = open("requirements.txt").readlines()