Skip to content

Commit 43c4e18

Browse files
committed
chore: version bump to 5.2.0
1 parent 8f02752 commit 43c4e18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

json2xml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
__author__ = """Vinit Kumar"""
44
__email__ = "[email protected]"
5-
__version__ = "5.1.0"
5+
__version__ = "5.2.0"
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "json2xml"
7-
version = "5.1.0" # Replace with the dynamic version if needed
7+
version = "5.2.0" # Replace with the dynamic version if needed
88
description = "Simple Python Library to convert JSON to XML"
99
readme = "README.rst"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)