Skip to content

Commit 304d70d

Browse files
committed
Release 0.5.0
1 parent be6d7b2 commit 304d70d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyo3"
3-
version = "0.5.0-alpha.3"
3+
version = "0.5.0"
44
description = "Bindings to Python interpreter"
55
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
66
readme = "README.md"
@@ -22,7 +22,7 @@ codecov = { repository = "PyO3/pyo3", branch = "master", service = "github" }
2222
libc = "0.2.43"
2323
spin = "0.4.9"
2424
num-traits = "0.2.6"
25-
pyo3cls = { path = "pyo3cls", version = "=0.5.0-alpha.3" }
25+
pyo3cls = { path = "pyo3cls", version = "=0.5.0" }
2626
mashup = "0.1.9"
2727
num-complex = { version = "0.2.1", optional = true }
2828

pyo3-derive-backend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyo3-derive-backend"
3-
version = "0.5.0-alpha.3"
3+
version = "0.5.0"
44
description = "Code generation for PyO3 package"
55
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
66
keywords = ["pyo3", "python", "cpython", "ffi"]

pyo3cls/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyo3cls"
3-
version = "0.5.0-alpha.3"
3+
version = "0.5.0"
44
description = "Proc macros for PyO3 package"
55
authors = ["PyO3 Project and Contributors <https://github.com/PyO3>"]
66
keywords = ["pyo3", "python", "cpython", "ffi"]
@@ -16,4 +16,4 @@ proc-macro = true
1616
quote= "0.6.9"
1717
proc-macro2 = "0.4.20"
1818
syn = { version = "0.15.15", features = ["full", "extra-traits"] }
19-
pyo3-derive-backend = { path = "../pyo3-derive-backend", version = "=0.5.0-alpha.3" }
19+
pyo3-derive-backend = { path = "../pyo3-derive-backend", version = "=0.5.0" }

0 commit comments

Comments
 (0)