commit | a1ccab81a0e1dbba5bb97755154ba53a50e3eb3b | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jan 21 19:23:36 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jan 21 19:23:36 2016 +0600 |
tree | 011028a176316cba85f245dd1ce46374fb80f70d | |
parent | cf3b318f7d1815693ad2f4edad8be5f91d48ad9c [diff] [blame] |
bumped to version 6.18.2
diff --git a/setup.py b/setup.py index b8b75ba..fc6c777 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.1" +version = "6.18.2" requirements = parse_requirements("requirements.txt", session="") setup(