commit | e7eb92ce7014dc99cd7c8c3a80812e91e9785f78 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Fri Apr 17 16:32:11 2015 +0600 |
committer | Pratik Vyas <m@pd.io> | Fri Apr 17 16:32:11 2015 +0600 |
tree | a094aab0459d422454fe22e46497034d2e4897d2 | |
parent | 6ae352bf1293a2cc81eab1592e3a6b7da6a7b123 [diff] [blame] |
bumped to version 4.25.0
diff --git a/setup.py b/setup.py index 4efe4d2..ecb2e6e 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.24.4" +version = "4.25.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()