commit | 78f86e9385f930e83dac465f6017e34f87e964dd | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Tue Oct 14 13:07:07 2014 +0600 |
committer | Pratik Vyas <m@pd.io> | Tue Oct 14 13:07:07 2014 +0600 |
tree | f37b27159e5005ac607e58ae1446b025ca74d3ac | |
parent | d9f3e0c27580ddd9629f6b20cb1b2f19835ac207 [diff] [blame] |
bumped to version 4.6.0
diff --git a/setup.py b/setup.py index 8b03743..c6d1f84 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = "4.5.2" +version = "4.6.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()