commit | ff56566506fe75af0dace2689e1a597066116c05 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Mon Dec 22 11:47:45 2014 +0600 |
committer | Pratik Vyas <m@pd.io> | Mon Dec 22 11:47:45 2014 +0600 |
tree | 39e7345ef37cec550cb25aa0917380f624d8d862 | |
parent | 01ad94bfad5d653691811439daa744f56897a0e9 [diff] [blame] |
bumped to version 4.15.1
diff --git a/setup.py b/setup.py index 1a20cfd..731141e 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.15.0" +version = "4.15.1" with open("requirements.txt", "r") as f: install_requires = f.readlines()