From d746f1d56fc8d1252610abc561da44e5d53097dd Mon Sep 17 00:00:00 2001 From: messense Date: Mon, 19 Dec 2022 16:21:22 +0800 Subject: [PATCH] Release v0.14.7-beta.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfac750fd..1a82fc48b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1398,7 +1398,7 @@ dependencies = [ [[package]] name = "maturin" -version = "0.14.6" +version = "0.14.7-beta.1" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index fefee6c02..cb2808f76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin ", "messense "] name = "maturin" -version = "0.14.6" +version = "0.14.7-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/*", "guide/*", ".github/*"] homepage = "https://github.com/pyo3/maturin"