commit | 8ca72d8883f769ceb3ff916c2066a51043189c93 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Aug 26 17:25:08 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Wed Aug 26 17:25:08 2015 +0600 |
tree | 808eb5f513eba9007591b97d653976429cf9941a | |
parent | ab9f03d557b1a6419a740ba188850beca98d992b [diff] [blame] |
bumped to version 5.8.0
diff --git a/setup.py b/setup.py index 9ed46de..21b5940 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.7.7" +version = "5.8.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()