summaryrefslogtreecommitdiff
path: root/cffi/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'cffi/__init__.py')
-rw-r--r--cffi/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cffi/__init__.py b/cffi/__init__.py
index a40cbd3..519a6fa 100644
--- a/cffi/__init__.py
+++ b/cffi/__init__.py
@@ -4,8 +4,8 @@ __all__ = ['FFI', 'VerificationError', 'VerificationMissing', 'CDefError',
from .api import FFI
from .error import CDefError, FFIError, VerificationError, VerificationMissing
-__version__ = "1.11.3"
-__version_info__ = (1, 11, 3)
+__version__ = "1.11.4"
+__version_info__ = (1, 11, 4)
# 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__