commit | 71f23acc2b043df507405f02a4a877f3c8778219 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri Oct 02 13:13:27 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Fri Oct 02 13:13:27 2015 +0600 |
tree | d8cef0fd4ef345766605a91ac336b4942c80ca1c | |
parent | 1a1f790150ebe6647d6311ab41a11904a35a8a6b [diff] [blame] |
bumped to version 6.4.3
diff --git a/setup.py b/setup.py index 355a404..339d864 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.4.2" +version = "6.4.3" with open("requirements.txt", "r") as f: install_requires = f.readlines()