bumped to version 7.0.3

This commit is contained in:
Rushabh Mehta 2016-07-25 16:15:46 +06:00
parent c910e0c614
commit 1c93dd0591

View File

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