commit | 26d096aa87f112b7ec0f8cda942d16097adc2e78 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Wed Oct 15 16:04:39 2014 +0600 |
committer | Pratik Vyas <m@pd.io> | Wed Oct 15 16:04:39 2014 +0600 |
tree | 1eecfa8a812bfb5ceaa68bbdbaa242d640b75fb8 | |
parent | 476c613ba60e2f7d6f5b6da52f21e757a13282de [diff] [blame] |
bumped to version 4.7.2
diff --git a/setup.py b/setup.py index 11148e5..e567ea2 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.7.1" +version = "4.7.2" with open("requirements.txt", "r") as f: install_requires = f.readlines()