commit | 5d71a28e9749a2b7d4889faa12ce7c48da862150 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Jun 16 17:20:49 2015 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Jun 16 17:20:49 2015 +0600 |
tree | 93ca432e4d315622c37a5459e52ea14e73d52636 | |
parent | 7d100a1ee74a9c66eb05e313995d77f1b3960f4b [diff] [blame] |
bumped to version 5.0.25
diff --git a/setup.py b/setup.py index 103dd77..86e89f9 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.0.24" +version = "5.0.25" with open("requirements.txt", "r") as f: install_requires = f.readlines()