commit | e4c2ebfc5789291d19e32d2342f55a9f459ca126 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Fri Jan 23 16:46:53 2015 +0600 |
committer | Pratik Vyas <m@pd.io> | Fri Jan 23 16:46:53 2015 +0600 |
tree | eb1629dbe136d0c8f53d4424b7d61d891c5361b9 | |
parent | 587c061550bc21c2b81b04e7f9bb2db07e865fe1 [diff] [blame] |
bumped to version 4.20.0
diff --git a/setup.py b/setup.py index 0d31ff0..f2c3988 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.19.0" +version = "4.20.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()