From 6f6072a4004898959e2d8db30f61c86b39cd0ad7 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Tue, 9 Jun 2015 11:35:04 +0200 Subject: Bump version to 1.1.2 --- cffi/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cffi/__init__.py') diff --git a/cffi/__init__.py b/cffi/__init__.py index 965694d..63313aa 100644 --- a/cffi/__init__.py +++ b/cffi/__init__.py @@ -4,8 +4,8 @@ __all__ = ['FFI', 'VerificationError', 'VerificationMissing', 'CDefError', from .api import FFI, CDefError, FFIError from .ffiplatform import VerificationError, VerificationMissing -__version__ = "1.1.1" -__version_info__ = (1, 1, 1) +__version__ = "1.1.2" +__version_info__ = (1, 1, 2) # The verifier module file names are based on the CRC32 of a string that # contains the following version number. It may be older than __version__ -- cgit v1.2.1