commit | 54ade0d26cfe34b8c35b530e39145defb11a1ad4 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jul 13 14:56:23 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jul 13 14:56:23 2015 +0600 |
tree | 52d8b4e27a9ea896404a2d2996d221a8782e8198 | |
parent | f043760526db6e90690be853496289697165e7b6 [diff] [blame] |
bumped to version 5.1.6
diff --git a/setup.py b/setup.py index c0d29de..e7702e4 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.1.5" +version = "5.1.6" with open("requirements.txt", "r") as f: install_requires = f.readlines()