diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3ab0bf95207a..b2c3e75f87c9 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from frappe.utils.user import is_website_user -__version__ = "15.43.0" +__version__ = "15.43.1" def get_default_company(user=None):