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 8f02752 commit 43c4e18Copy full SHA for 43c4e18
json2xml/__init__.py
@@ -2,5 +2,5 @@
2
3
__author__ = """Vinit Kumar"""
4
__email__ = "[email protected]"
5
-__version__ = "5.1.0"
+__version__ = "5.2.0"
6
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "json2xml"
7
-version = "5.1.0" # Replace with the dynamic version if needed
+version = "5.2.0" # 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