commit | 08e04ef01a62cdaa6bcab44c0fd93b1cad73ca39 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Fri May 22 17:22:25 2015 +0600 |
committer | Pratik Vyas <m@pd.io> | Fri May 22 17:22:25 2015 +0600 |
tree | 9cb9bb2651417ae48a4bec1a8098bbdac425cfc2 | |
parent | bf3f944bdb8df58b56e403d3c4563d7e64d59724 [diff] [blame] |
bumped to version 5.0.8
diff --git a/setup.py b/setup.py index fb71b62..58be999 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.0.7" +version = "5.0.8" with open("requirements.txt", "r") as f: install_requires = f.readlines()