commit | 16b2c51988818237498f98782ce4144f2166e33e | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Oct 19 17:00:33 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Mon Oct 19 17:00:33 2015 +0600 |
tree | 8cd4f204063157eeaa4d0ab8c2761c9226dfeee0 | |
parent | 76e9ba1e76a9084d5910445091194e76afd48868 [diff] [blame] |
bumped to version 6.5.0
diff --git a/setup.py b/setup.py index 81e6ba2..d3f1281 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "6.4.7" +version = "6.5.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()