Skip to content

Commit

Permalink
Prerelease 0.5.0-alpha.1 #223
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Sep 17, 2018
1 parent 2904291 commit f9bca1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/PyO3>"]
readme = "README.md"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion pyo3-derive-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/PyO3>"]
keywords = ["pyo3", "python", "cpython", "ffi"]
Expand Down
4 changes: 2 additions & 2 deletions pyo3cls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/PyO3>"]
keywords = ["pyo3", "python", "cpython", "ffi"]
Expand All @@ -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" }

0 comments on commit f9bca1a

Please sign in to comment.