diff --git a/pyproject.toml b/pyproject.toml index d8a8adf..a26220f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] -name = "jsonconversionOS" -version = "0.2.12" +name = "jsonconversion" +version = "1.0.0" description = "This python module helps converting arbitrary Python objects into JSON strings and back." keywords = ["json", "conversion", "serialization"] readme = "README.rst"