bump to dev
This commit is contained in:
parent
78b826e119
commit
3e5fadf373
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pyo3"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1-dev"
|
||||
description = "Bindings to Python"
|
||||
authors = ["PyO3 Project and Contributors <https://github.com/PyO3"]
|
||||
readme = "README.md"
|
||||
|
@ -18,7 +18,7 @@ log = "0.3"
|
|||
libc = "0.2"
|
||||
spin = "0.4"
|
||||
num-traits = "0.1"
|
||||
pyo3cls = "0.1.0"
|
||||
pyo3cls = { path = "pyo3cls" }
|
||||
|
||||
[dev-dependencies]
|
||||
#compiletest_rs = "*"
|
||||
|
|
Loading…
Reference in New Issue