commit | 139283fbf72ee2d371b4ffc4c85f4bb01a21a4ca | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Aug 19 15:04:30 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Wed Aug 19 15:04:30 2015 +0600 |
tree | 77c5778aea11e2fda9a17ba7f69fd766dc99e2d2 | |
parent | 89cac6c8a6650fb7a493d66c7cfff7a69725d19b [diff] [blame] |
bumped to version 5.7.0
diff --git a/setup.py b/setup.py index c624e0e..5c92ec0 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.6.4" +version = "5.7.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()