bumped to version 7.0.2

This commit is contained in:
Rushabh Mehta 2016-07-25 13:28:03 +06:00
parent 644a04b378
commit 3f8428e972

View File

@ -2,7 +2,7 @@
from __future__ import unicode_literals
import frappe
__version__ = '7.0.1'
__version__ = '7.0.2'
def get_default_company(user=None):
'''Get default company for user'''