diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d6497a814c..1a3bef5327 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 0988ebbc5c..bc1c8ad806 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()