change version in hooks.py

This commit is contained in:
Pratik Vyas 2014-09-09 15:08:41 +05:30
parent 66ea988230
commit 85187ab644

View file

@ -1,11 +1,9 @@
from frappe.__version__ import __version__
app_name = "frappe"
app_title = "Frappe Framework"
app_publisher = "Web Notes Technologies Pvt. Ltd."
app_description = "Full Stack Web Application Framwork in Python"
app_icon = "assets/frappe/images/frappe.svg"
app_version = __version__
app_version = "4.1.0"
app_color = "#3498db"
app_email = "support@frappe.io"