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