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/requirements.txt b/requirements.txt
index c20fc8c..40ce1ea 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
-frappe==4.0.0
+frappe==4.0.1
 unidecode
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()