Release v4.0.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py
index d6497a8..1a3bef5 100644
--- a/erpnext/__init__.py
+++ b/erpnext/__init__.py
@@ -1 +1 @@
-__version__ = '4.0.0'
+__version__ = '4.0.1'
diff --git a/setup.py b/setup.py
index 0988ebb..bc1c8ad 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '4.0.0'
+version = '4.0.1'
 
 with open("requirements.txt", "r") as f:
 	install_requires = f.readlines()