From 3864c4155d71eac686c0340ef1ccc8cb6853925d Mon Sep 17 00:00:00 2001 From: konstin Date: Fri, 19 Jul 2019 22:25:35 +0200 Subject: [PATCH] Bump to 0.7.0-beta.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e0c01d19..a30d76bba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin "] name = "pyo3-pack" -version = "0.7.0-beta.7" +version = "0.7.0-beta.8" 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/*"] readme = "Readme.md"