Bump pyo3 version to 0.2.2

This commit is contained in:
messense 2017-10-01 20:59:26 +08:00
parent 95d94c19b3
commit 25e2080a76
No known key found for this signature in database
GPG key ID: BB41A8A2C716CCA9

View file

@ -1,6 +1,6 @@
[package]
name = "pyo3"
version = "0.2.2-dev"
version = "0.2.2"
description = "Bindings to Python interpreter"
authors = ["PyO3 Project and Contributors"]
readme = "README.md"
@ -22,7 +22,7 @@ log = "0.3"
libc = "0.2"
spin = "0.4.6"
num-traits = "0.1"
pyo3cls = { path = "pyo3cls" }
pyo3cls = { path = "pyo3cls", version = "0.2.0" }
[build-dependencies]
regex = "0.2"