commit | 9b1288605fd0aecce23e0a1f4d7708be790d4886 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Sep 02 19:28:14 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Tue Sep 08 15:53:05 2015 +0530 |
tree | 2f53dca8a16258119223871c4f2f060aa932fd83 | |
parent | 85abdc4fad74200e80b430ef96eae20bf6934f38 [diff] [blame] |
bumped to version 6.0.1
diff --git a/setup.py b/setup.py index bfa2fa7..b3a16ce 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.0.0" +version = "6.0.1" with open("requirements.txt", "r") as f: install_requires = f.readlines()