We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff962b commit d6cb6a0Copy full SHA for d6cb6a0
json2xml/__init__.py
@@ -2,5 +2,5 @@
2
3
__author__ = """Vinit Kumar"""
4
__email__ = "[email protected]"
5
-__version__ = "5.2.1"
+__version__ = "5.3.1"
6
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "json2xml"
7
-version = "5.2.1" # Replace with the dynamic version if needed
+version = "5.3.1" # Replace with the dynamic version if needed
8
description = "Simple Python Library to convert JSON to XML"
9
readme = "README.rst"
10
requires-python = ">=3.10"
0 commit comments