Bump crate version numbers.

This commit is contained in:
Daniel Grunwald 2016-12-17 21:29:02 +01:00
parent e2d7781433
commit b83a5d9bad
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "cpython"
version = "0.0.5"
version = "0.0.6"
description = "Bindings to Python"
authors = ["Daniel Grunwald <daniel@danielgrunwald.de>"]
readme = "README.md"
@ -33,12 +33,12 @@ num-traits = "0.1"
[dependencies.python27-sys]
optional = true
path = "python27-sys"
version = "0.1.1"
version = "0.1.2"
[dependencies.python3-sys]
optional = true
path = "python3-sys"
version = "0.1.2"
version = "0.1.3"
[features]
default = ["python3-sys"]

View File

@ -1,6 +1,6 @@
[package]
name = "python27-sys"
version = "0.1.1"
version = "0.1.2"
description = "FFI Declarations for Python 2.7"
readme = "README.md"
keywords = [

View File

@ -1,6 +1,6 @@
[package]
name = "python3-sys"
version = "0.1.2"
version = "0.1.3"
description = "FFI Declarations for Python 3"
readme = "README.md"
keywords = [