summaryrefslogtreecommitdiff
path: root/cffi
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2021-09-21 17:07:53 -0700
committerMatt Davis <mrd@redhat.com>2021-09-21 17:07:53 -0700
commit392d2cf13ab1435545774ce6da717259bdd49ac4 (patch)
tree253c130ec65ade93c08baeaed47b29828be9c17c /cffi
parent38757ba567a0030bf7f1ddd3d1f3269335771ed8 (diff)
downloadcffi-392d2cf13ab1435545774ce6da717259bdd49ac4.tar.gz
fix tuple version and tests to support rc
Diffstat (limited to 'cffi')
-rw-r--r--cffi/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cffi/__init__.py b/cffi/__init__.py
index 9ba8da5..8ed951d 100644
--- a/cffi/__init__.py
+++ b/cffi/__init__.py
@@ -6,7 +6,7 @@ from .error import CDefError, FFIError, VerificationError, VerificationMissing
from .error import PkgConfigError
__version__ = "1.15.0rc1"
-__version_info__ = (1, 15, 0)
+__version_info__ = (1, 15, 0, 'rc1')
# 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__