diff --git a/landa/__init__.py b/landa/__init__.py index b4d191c1..21093e0d 100644 --- a/landa/__init__.py +++ b/landa/__init__.py @@ -1,6 +1,6 @@ import frappe -__version__ = "0.18.0" +__version__ = "0.18.1" @frappe.whitelist(allow_guest=True)