bumped to version 8.0.1

This commit is contained in:
Nabin Hait 2017-03-30 20:03:12 +06:00
parent 12f953e83d
commit 2b3c817e1a

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__ = '8.0.0'
__version__ = '8.0.1'
__title__ = "Frappe Framework"
local = Local()