From e6aa1027bbfc166c5a2aa8a2bb2d58d4684a41fd Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Sun, 17 Apr 2016 19:09:50 +0200 Subject: update the version number to 1.6 --- 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 441e996..227db20 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.5.2" -__version_info__ = (1, 5, 2) +__version__ = "1.6.0" +__version_info__ = (1, 6, 0) # 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