commit | d1d3237784e1eb3611fe6a9b213c54f217c50c03 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jun 15 11:05:39 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jun 15 11:05:39 2015 +0600 |
tree | efb0e31c9d371b4522ea25b5819a24bdfd7ef314 | |
parent | 76f0d26f1e47b85f05a166c1b5eba463edd3627a [diff] [blame] |
bumped to version 5.0.24
diff --git a/setup.py b/setup.py index 16213d1..103dd77 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.0.23" +version = "5.0.24" with open("requirements.txt", "r") as f: install_requires = f.readlines()