diff --git a/Cargo.lock b/Cargo.lock index c5e3c30e3..6259d8f70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1290,7 +1290,7 @@ dependencies = [ [[package]] name = "maturin" -version = "0.13.4-beta.1" +version = "0.13.4-beta.2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 1b0371129..8b480a238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "0.13.4-beta.1" +version = "0.13.4-beta.2" description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages" exclude = ["test-crates/**/*", "sysconfig/*", "test-data/*", "ci/*", "tests/*", "guide/*", ".github/*"] homepage = "https://github.com/pyo3/maturin"