From b71777b361081b8f916d26e487c4ce7ed92b6f11 Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Fri, 13 Oct 2023 06:36:33 +0530 Subject: [PATCH] chore: bump version --- json2xml/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json2xml/__init__.py b/json2xml/__init__.py index a3f5d1b..ed7300b 100644 --- a/json2xml/__init__.py +++ b/json2xml/__init__.py @@ -2,4 +2,4 @@ __author__ = """Vinit Kumar""" __email__ = "mail@vinitkumar.me" -__version__ = "4.0.0" +__version__ = "4.0.1"