commit | f9f0e2591f422cb936e5da680922359e448f0b87 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Oct 22 17:42:00 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Thu Oct 22 17:42:00 2015 +0600 |
tree | 72fce92c53046702970cc9820876c4f215e4dc98 | |
parent | 5810bf70c71e13dc36a0fcda7faa22b755de6cd6 [diff] [blame] |
bumped to version 6.6.0
diff --git a/setup.py b/setup.py index 867301c..e47d558 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.5.3" +version = "6.6.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()