bumped to version 8.5.3
diff --git a/erpnext/__init__.py b/erpnext/__init__.py
index 645fc69..bbfb0f8 100644
--- a/erpnext/__init__.py
+++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@
 import frappe
 from erpnext.hooks import regional_overrides
 
-__version__ = '8.5.2'
+__version__ = '8.5.3'
 
 def get_default_company(user=None):
 	'''Get default company for user'''