Skip to content

Commit b448ccc

Browse files
committed
chore: bump version
1 parent df8903a commit b448ccc

File tree

3 files changed

+114
-112
lines changed

3 files changed

+114
-112
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.0.5"
5+
__version__ = "5.1.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.0.5" # Replace with the dynamic version if needed
7+
version = "5.1.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)