python27-sys 0.1.0 and python3-sys 0.1.1

This commit is contained in:
Daniel Grunwald 2015-07-04 20:20:06 +02:00
parent dae7c891dc
commit 29693eec12
3 changed files with 3 additions and 3 deletions

View File

@ -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 = [

View File

@ -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 = [

View File

@ -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.
---