Skip to content

Commit 25e2080

Browse files
committed
Bump pyo3 version to 0.2.2
1 parent 95d94c1 commit 25e2080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyo3"
3-
version = "0.2.2-dev"
3+
version = "0.2.2"
44
description = "Bindings to Python interpreter"
55
authors = ["PyO3 Project and Contributors"]
66
readme = "README.md"
@@ -22,7 +22,7 @@ log = "0.3"
2222
libc = "0.2"
2323
spin = "0.4.6"
2424
num-traits = "0.1"
25-
pyo3cls = { path = "pyo3cls" }
25+
pyo3cls = { path = "pyo3cls", version = "0.2.0" }
2626

2727
[build-dependencies]
2828
regex = "0.2"

0 commit comments

Comments
 (0)