Skip to content

Commit

Permalink
Merge pull request #190 from svenstaro/patch-1
Browse files Browse the repository at this point in the history
Update pyo3 version number
  • Loading branch information
konstin committed Jul 21, 2018
2 parents ff70f45 + 59b7e0f commit 897716c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To use `pyo3`, add this to your `Cargo.toml`:

```toml
[dependencies]
pyo3 = "0.2"
pyo3 = "0.3"
```

Example program displaying the value of `sys.version`:
Expand Down Expand Up @@ -62,7 +62,7 @@ name = "rust2py"
crate-type = ["cdylib"]

[dependencies.pyo3]
version = "0.2"
version = "0.3"
features = ["extension-module"]
```

Expand Down

0 comments on commit 897716c

Please sign in to comment.