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

View file

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

View file

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