commit | ffa1e1c3bcacb1901dcc8167151b4b5590dee685 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Tue Aug 04 16:42:22 2015 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Tue Aug 04 16:42:22 2015 +0600 |
tree | 7262e6b88ce774d85da491624deb1ad6afec6142 | |
parent | f6616b6cbd41b87c2a49c876affcb1fd9b5b1499 [diff] [blame] |
bumped to version 5.5.0
diff --git a/setup.py b/setup.py index 1c8f758..96cdbc0 100644 --- a/setup.py +++ b/setup.py
@@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = "5.4.2" +version = "5.5.0" with open("requirements.txt", "r") as f: install_requires = f.readlines()