commit | bf7294cf5c0bd3eb9d37881d943b142114909602 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Sep 30 21:20:59 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Wed Sep 30 21:20:59 2015 +0600 |
tree | 122897860ed6cf5b88f1a682f2475712ef8f14ff | |
parent | 8aa06a809ab3825d1994e1d62f5798bb90f3ff1d [diff] [blame] |
bumped to version 6.4.1
diff --git a/setup.py b/setup.py index 02070a9..b1baaff 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.4.0" +version = "6.4.1" with open("requirements.txt", "r") as f: install_requires = f.readlines()