commit | b23049a55ecaca3444f8829e71388774d55673ed | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Aug 17 15:06:48 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Mon Aug 17 15:06:48 2015 +0600 |
tree | d60f3473398bb0aeef92c5fbbdf649c413bd7cf7 | |
parent | 99bf6c0927a4e4fcbf58a799df093cc8a53adf58 [diff] [blame] |
bumped to version 5.6.4
diff --git a/setup.py b/setup.py index c10b407..c624e0e 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.6.3" +version = "5.6.4" with open("requirements.txt", "r") as f: install_requires = f.readlines()