diff --git a/Cargo.lock b/Cargo.lock index fba95ec..1829601 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1535,7 +1535,7 @@ dependencies = [ [[package]] name = "prefligit" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anstream", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 64bf121..0b83fc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prefligit" -version = "0.0.5" +version = "0.0.6" authors = ["j178 "] description = "pre-commit implemeneted in Rust" repository = "https://github.com/j178/prefligit" diff --git a/pyproject.toml b/pyproject.toml index 997c311..16f9827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "prefligit" -version = "0.0.5" +version = "0.0.6" description = "pre-commit reimplemented in Rust" authors = [{ name = "j178", email = "hi@j178.dev" }] requires-python = ">=3.8"