From e8321e709def965ba807dbeab00634ff21009dc2 Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Fri, 10 Nov 2023 12:09:32 +0530 Subject: [PATCH] fix: bump the version to the latest release number --- json2xml/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json2xml/__init__.py b/json2xml/__init__.py index ed7300b..c201b91 100644 --- a/json2xml/__init__.py +++ b/json2xml/__init__.py @@ -2,4 +2,4 @@ __author__ = """Vinit Kumar""" __email__ = "mail@vinitkumar.me" -__version__ = "4.0.1" +__version__ = "4.1.0"