diff --git a/setup.py b/setup.py index 3b532644..7817f951 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "0.1.5" +VERSION = "0.1.6" requirements = open("requirements.txt").readlines()