commit | b8591da62cc025eb3afd6e43e621430810773df9 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri Nov 27 15:38:57 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Fri Nov 27 15:38:57 2015 +0600 |
tree | 6a1996068b75f830821bb5fd345823c78ec1bfdd | |
parent | a5f0a7ce067afbb24fbcfab44bc93a4776ef902d [diff] [blame] |
bumped to version 6.11.1
diff --git a/setup.py b/setup.py index 72b69b6..a3bf6ea 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.11.0" +version = "6.11.1" with open("requirements.txt", "r") as f: install_requires = f.readlines()