diff --git a/Cargo.lock b/Cargo.lock index f8ed85e..ee38b77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -313,7 +313,7 @@ dependencies = [ [[package]] name = "rust-strings" -version = "0.6.0" +version = "0.6.1" dependencies = [ "clap", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 061ff21..600c32b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-strings" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "MIT" authors = ["iddohau@gmail.com"] diff --git a/pyproject.toml b/pyproject.toml index a5fd0a4..b29f7fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "rust-strings" -version = "0.6.0" +version = "0.6.1" description = "Extract strings from binary data" authors = [ {email = "iddohau@gmail.com", name = "Iddo Hauschner"},