From 5873e50c5002c2b38265139beedca6e7d2dc5a0b Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Tue, 20 May 2014 16:42:01 +0530 Subject: [PATCH] Release 4.0.2 --- erpnext/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1a3bef5327..4391764022 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 bc1c8ad806..c62a6a84f7 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()