Skip to content

Commit

Permalink
initial fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Apr 8, 2024
1 parent d8cd9df commit b17bf26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsonc2json"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b17bf26

Please sign in to comment.