Update README.md to V0.2 (#82)

This commit is contained in:
Matthieu Bizien 2017-09-27 12:10:56 +02:00 committed by messense
parent 826544d706
commit 8975ce5088

View file

@ -68,7 +68,7 @@ name = "rust2py"
crate-type = ["cdylib"]
[dependencies.pyo3]
version = "0.1"
version = "0.2"
features = ["extension-module"]
```