commit | 45994679396d6b492a163cd2c423952723873a35 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Fri Jun 05 16:26:49 2015 +0600 |
committer | Pratik Vyas <m@pd.io> | Fri Jun 05 16:26:49 2015 +0600 |
tree | 94b40f94fd36f8d3eae6b0ddd972d04280e77ee6 | |
parent | d3613479c6d40a945a2c08951b28f3bf2092589a [diff] [blame] |
bumped to version 5.0.18
diff --git a/setup.py b/setup.py index 96539e8..d4a9356 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.0.17" +version = "5.0.18" with open("requirements.txt", "r") as f: install_requires = f.readlines()