From 9e1fb4f7a147f4d6d68675907aaf5c3a6c457474 Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 9 Jun 2022 22:25:45 +0800 Subject: [PATCH] Release v0.13.0-beta.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ec294d4b..ea74b405e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1259,7 +1259,7 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" [[package]] name = "maturin" -version = "0.13.0-beta.3" +version = "0.13.0-beta.4" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 75ec992ce..1a850e1fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "0.13.0-beta.3" +version = "0.13.0-beta.4" 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"