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()