Skip to content

Commit 3e7f948

Browse files
committed
bump version
1 parent 7386087 commit 3e7f948

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.issues/.sync/config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"repository": {
3+
"owner": "vinitkumar",
4+
"repo": "json2xml"
5+
},
6+
"sync": {}
7+
}

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__ = "6.0.2"
5+
__version__ = "6.0.3"
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 = "6.0.2"
7+
version = "6.0.3"
88
description = "Simple Python Library to convert JSON to XML"
99
readme = "README.rst"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)