Bump crate version numbers.
This commit is contained in:
parent
e2d7781433
commit
b83a5d9bad
|
@ -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"]
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue