chore: Bump version to v13.0.1

This commit is contained in:
Suraj Shetty 2021-04-04 12:30:21 +05:30
parent 6b0cef718c
commit a4b166e71f

View file

@ -33,7 +33,7 @@ if PY2:
reload(sys)
sys.setdefaultencoding("utf-8")
__version__ = '13.0.0'
__version__ = '13.0.1'
__title__ = "Frappe Framework"