commit | 5873e50c5002c2b38265139beedca6e7d2dc5a0b | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Tue May 20 16:42:01 2014 +0530 |
committer | Pratik Vyas <m@pd.io> | Tue May 20 16:42:01 2014 +0530 |
tree | cde5e420e7939b12a5d6c31a4cc90a8adbc035de | |
parent | 4f1371945dadffd5e0826dcef9543034ddac38df [diff] |
Release 4.0.2
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1a3bef5..4391764 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -1 +1 @@ -__version__ = '4.0.1' +__version__ = '4.0.2'
diff --git a/setup.py b/setup.py index bc1c8ad..c62a6a8 100644 --- a/setup.py +++ b/setup.py
@@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '4.0.1' +version = '4.0.2' with open("requirements.txt", "r") as f: install_requires = f.readlines()