[fix] [versioning]

This commit is contained in:
Rushabh Mehta 2016-08-24 12:51:45 +05:30
parent 547dff5d5b
commit 5fb2bc2b87

View File

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