From f9bca1aebea77c66a83a4079d234f20deb7f1d94 Mon Sep 17 00:00:00 2001 From: konstin Date: Mon, 17 Sep 2018 22:51:58 +0200 Subject: [PATCH] Prerelease 0.5.0-alpha.1 #223 --- Cargo.toml | 4 ++-- pyo3-derive-backend/Cargo.toml | 2 +- pyo3cls/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 769e4217155..a1b665beb5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyo3" -version = "0.5.0" +version = "0.5.0-alpha.1" description = "Bindings to Python interpreter" authors = ["PyO3 Project and Contributors "] readme = "README.md" @@ -23,7 +23,7 @@ codecov = { repository = "PyO3/pyo3", branch = "master", service = "github" } libc = "0.2.43" spin = "0.4.9" num-traits = "0.2.5" -pyo3cls = { path = "pyo3cls", version = "=0.5.0" } +pyo3cls = { path = "pyo3cls", version = "=0.5.0-alpha.1" } mashup = "0.1.7" [dev-dependencies] diff --git a/pyo3-derive-backend/Cargo.toml b/pyo3-derive-backend/Cargo.toml index 54eb52fb8e4..d92984bb409 100644 --- a/pyo3-derive-backend/Cargo.toml +++ b/pyo3-derive-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyo3-derive-backend" -version = "0.5.0" +version = "0.5.0-alpha.1" description = "Code generation for PyO3 package" authors = ["PyO3 Project and Contributors "] keywords = ["pyo3", "python", "cpython", "ffi"] diff --git a/pyo3cls/Cargo.toml b/pyo3cls/Cargo.toml index 5376d16ac08..165ae84a762 100644 --- a/pyo3cls/Cargo.toml +++ b/pyo3cls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyo3cls" -version = "0.5.0" +version = "0.5.0-alpha.1" description = "Proc macros for PyO3 package" authors = ["PyO3 Project and Contributors "] keywords = ["pyo3", "python", "cpython", "ffi"] @@ -16,4 +16,4 @@ proc-macro = true quote= "0.6.8" proc-macro2 = "0.4.19" syn = { version = "0.15.4", features = ["full", "extra-traits"] } -pyo3-derive-backend = { path = "../pyo3-derive-backend", version = "=0.5.0" } +pyo3-derive-backend = { path = "../pyo3-derive-backend", version = "=0.5.0-alpha.1" }