Commit dd78dec8 authored by Anand Doshi's avatar Anand Doshi
Browse files

bumped to version 6.0.3

parent b9655817
Showing with 3 additions and 3 deletions
+3 -3
from __future__ import unicode_literals
__version__ = "6.0.2"
__version__ = "6.0.3"
......@@ -26,7 +26,7 @@ to ERPNext.
"""
app_icon = "octicon octicon-circuit-board"
app_version = "6.0.2"
app_version = "6.0.3"
app_color = "orange"
github_link = "https://github.com/frappe/frappe"
......
from setuptools import setup, find_packages
version = "6.0.2"
version = "6.0.3"
with open("requirements.txt", "r") as f:
install_requires = f.readlines()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment