diff --git a/python27-sys/Cargo.toml b/python27-sys/Cargo.toml index 04490ede..27b3120a 100644 --- a/python27-sys/Cargo.toml +++ b/python27-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python27-sys" -version = "0.0.6" +version = "0.1.0" description = "FFI Declarations for Python 2.7" readme = "README.md" keywords = [ diff --git a/python3-sys/Cargo.toml b/python3-sys/Cargo.toml index b6ff780a..3784c1d1 100644 --- a/python3-sys/Cargo.toml +++ b/python3-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python3-sys" -version = "0.1.0" +version = "0.1.1" description = "FFI Declarations for Python 3" readme = "README.md" keywords = [ diff --git a/python3-sys/README.md b/python3-sys/README.md index 17a52c2c..2b0f4a72 100644 --- a/python3-sys/README.md +++ b/python3-sys/README.md @@ -2,7 +2,7 @@ rust-python3-sys ==================== [Rust](http://www.rust-lang.org/) FFI declarations for Python 3. -Supports the PEP 384 stable ABI. +Supports the PEP 384 stable ABI for Python 3.3 or higher. ---