commit | 3fc4e7c53f7f3ba5f30c15134de1da93ce2209e6 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jan 21 17:40:14 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jan 21 17:40:14 2016 +0600 |
tree | 9457f5f35d0fd724113f53a52910bad1d9c31d52 | |
parent | 1d21274d65b01aa80abe22bb12530c69b8508033 [diff] [blame] |
bumped to version 6.18.1
diff --git a/setup.py b/setup.py index 9246a01..b8b75ba 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages from pip.req import parse_requirements -version = "6.18.0" +version = "6.18.1" requirements = parse_requirements("requirements.txt", session="") setup(