summaryrefslogtreecommitdiff
path: root/cffi/__init__.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-04-11 15:18:44 +0200
committerArmin Rigo <arigo@tunes.org>2019-04-11 15:18:44 +0200
commitc422cd2db1f5979153fe716413157512e5fc5709 (patch)
tree49a188d4daebf6f14c4c8d404f840a25a6a8e420 /cffi/__init__.py
parentd62f286d2f621fbc7dbe1a5f666e3337c084e3e1 (diff)
downloadcffi-c422cd2db1f5979153fe716413157512e5fc5709.tar.gz
bump version to 1.12.3
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..0224a15 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.12.3"
+__version_info__ = (1, 12, 3)
# 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__