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 5ebb64b..82a9618 100644
--- a/cffi/__init__.py
+++ b/cffi/__init__.py
@@ -5,8 +5,8 @@ from .api import FFI
from .error import CDefError, FFIError, VerificationError, VerificationMissing
from .error import PkgConfigError
-__version__ = "1.12.2"
-__version_info__ = (1, 12, 2)
+__version__ = "1.15.0"
+__version_info__ = (1, 15, 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__