diff --git a/Cargo.lock b/Cargo.lock index 47c3758f7..c49377e9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1072,7 +1072,7 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" [[package]] name = "maturin" -version = "0.12.10" +version = "0.12.11-beta.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 4c5362e6b..36201d524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "0.12.10" +version = "0.12.11-beta.1" 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/*"] homepage = "https://github.com/pyo3/maturin"