commit | 4cf549d223f39fc5dc12cb38309b11648fd0355d | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Fri May 15 14:46:26 2015 +0600 |
committer | Pratik Vyas <m@pd.io> | Fri May 15 14:46:26 2015 +0600 |
tree | e0041878e15430ef7f2ab43e6a7b5065f650d983 | |
parent | 6f9d3972f2e9f3377c191aa09349771bc1e2236b [diff] [blame] |
bumped to version 4.25.7
diff --git a/setup.py b/setup.py index ececf0f..e6f3618 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.25.6" +version = "4.25.7" with open("requirements.txt", "r") as f: install_requires = f.readlines()