bump to dev

This commit is contained in:
Nikolay Kim 2017-07-23 11:37:44 -07:00
parent 78b826e119
commit 3e5fadf373
1 changed files with 2 additions and 2 deletions

View File

@ -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 = "*"