Skip to content

Commit d6cb6a0

Browse files
committed
fix: bump version
1 parent aff962b commit d6cb6a0

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.2.1"
5+
__version__ = "5.3.1"
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.2.1" # Replace with the dynamic version if needed
7+
version = "5.3.1" # 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)