commit | c2b4ae6667fb85dd0382a9a4e382356d88ee7798 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed Sep 09 16:02:03 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Wed Sep 09 16:02:03 2015 +0600 |
tree | 63076d938e862e5536d680348a9831f3d2cd3251 | |
parent | 1857bb8b0b02b0ce4cbd1d35cc2be93d800e41ea [diff] [blame] |
bumped to version 6.1.0
diff --git a/setup.py b/setup.py index b3a16ce..0f22c27 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.0.1" +version = "6.1.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()