diff --git a/Cargo.lock b/Cargo.lock index 7869e18..dcadaf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "pynit" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 65c7733..e4ef329 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pynit" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Antoine Langlois "] license = "GPL-3.0-or-later" diff --git a/pyproject.toml b/pyproject.toml index b0495a0..0e9713a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "pynit" -version = "0.1.0" +version = "0.1.1" requires-python = ">=3.7" classifiers = [ "Environment :: Console",