From af4c1f196685c0a1eaa2524a7a18457a583c1af4 Mon Sep 17 00:00:00 2001 From: Himanshu Shivhare Date: Wed, 22 Mar 2023 16:58:39 +0530 Subject: [PATCH] Update __init__.py As this branch is specifically for "version-14" series of Frappe Apps. So, it should be also on version "14.x.x" as all other Frappe Apps. --- payments/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payments/__init__.py b/payments/__init__.py index f102a9ca..22946915 100644 --- a/payments/__init__.py +++ b/payments/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "14.0.0"