commit | ba48f82e03f125389ddcc47beba8b5db8bffe70d | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Oct 01 14:31:22 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Thu Oct 01 14:31:22 2015 +0600 |
tree | ef6c54b92bf152cfbad75e56ef4eb710ca22bada | |
parent | 8e7e128e81e8da90e9562b0faa68e3f6b7cc2f4b [diff] [blame] |
bumped to version 6.4.2
diff --git a/setup.py b/setup.py index b1baaff..355a404 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.4.1" +version = "6.4.2" with open("requirements.txt", "r") as f: install_requires = f.readlines()