diff --git a/Cargo.lock b/Cargo.lock index 4e014c7..3e96d9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ checksum = "9dbbfed4e59ba9750e15ba154fdfd9329cee16ff3df539c2666b70f58cc32105" [[package]] name = "jsonc2json" -version = "0.0.3" +version = "0.0.4" dependencies = [ "json_comments", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index ab4dfa8..11a4094 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonc2json" -version = "0.0.3" +version = "0.0.4" edition = "2021" include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"] diff --git a/pyproject.toml b/pyproject.toml index e3e209e..1577b7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "jsonc2json" -version = "0.0.3" +version = "0.0.4" description = "jsonc2json ~ convert jsonc 2 json ~ python + rust" requires-python = ">=3.8" license = "MIT OR Apache-2.0"