Update __init__.py

This commit is contained in:
Nabin Hait 2016-10-26 17:50:24 +05:30 committed by GitHub
parent c837deff60
commit a5abf3d6b4

View file

@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template
__version__ = '7.2.0'
__version__ = '7.0.47'
__title__ = "Frappe Framework"
local = Local()