From e6034d17518e2eca3c20aa396438e19e7818627d Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Sat, 29 Jan 2022 15:07:24 +0530 Subject: [PATCH] bump version to 3.10.0 --- json2xml/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json2xml/__init__.py b/json2xml/__init__.py index fb1a494..5c5ec1b 100644 --- a/json2xml/__init__.py +++ b/json2xml/__init__.py @@ -2,7 +2,7 @@ __author__ = """Vinit Kumar""" __email__ = "mail@vinitkumar.me" -__version__ = "3.10.0rc1" +__version__ = "3.10.0" # from .utils import readfromurl, readfromstring, readfromjson