We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d94c1 commit 25e2080Copy full SHA for 25e2080
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pyo3"
3
-version = "0.2.2-dev"
+version = "0.2.2"
4
description = "Bindings to Python interpreter"
5
authors = ["PyO3 Project and Contributors"]
6
readme = "README.md"
@@ -22,7 +22,7 @@ log = "0.3"
22
libc = "0.2"
23
spin = "0.4.6"
24
num-traits = "0.1"
25
-pyo3cls = { path = "pyo3cls" }
+pyo3cls = { path = "pyo3cls", version = "0.2.0" }
26
27
[build-dependencies]
28
regex = "0.2"
0 commit comments