Skip to content

Commit 198bdc7

Browse files
committed
fix: Updated version to 1.0.0
Reason: Now depends on python>=3.7
1 parent f280e75 commit 198bdc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2-
name = "jsonconversionOS"
3-
version = "0.2.12"
2+
name = "jsonconversion"
3+
version = "1.0.0"
44
description = "This python module helps converting arbitrary Python objects into JSON strings and back."
55
keywords = ["json", "conversion", "serialization"]
66
readme = "README.rst"

0 commit comments

Comments
 (0)