commit | c9b78245733a77a0c258adcb598342344c558dca | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jan 21 17:22:22 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jan 21 17:22:22 2016 +0600 |
tree | 95f1ce93cad6004e5c7d80cbb44657341c45a6b4 | |
parent | e50c5321df58e8618398ab890cbeb11ae1ad824f [diff] [blame] |
bumped to version 6.18.0
diff --git a/setup.py b/setup.py index 46abdb1..9246a01 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.17.0" +version = "6.18.0" requirements = parse_requirements("requirements.txt", session="") setup(