commit | 16343683d9d0bfa021aaa5b76721126909250c46 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Wed Oct 22 14:49:17 2014 +0600 |
committer | Pratik Vyas <m@pd.io> | Wed Oct 22 14:49:17 2014 +0600 |
tree | de0ce1b4bd9650462511c4704b6c8618bb2d1b42 | |
parent | 2bdc017aff722a4f9f73436999ed1dd6fa2c76b2 [diff] [blame] |
bumped to version 4.9.0
diff --git a/setup.py b/setup.py index 5c7fe9a..c95b14d 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.8.0" +version = "4.9.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()