summaryrefslogtreecommitdiff
path: root/c/test_c.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-11-03 07:33:47 +0100
committerArmin Rigo <arigo@tunes.org>2019-11-03 07:33:47 +0100
commit007f2dc070933a33a41ba4000704271fbba5d7fd (patch)
treea177f29b71b808e61bab79d53983ee942cdde80e /c/test_c.py
parentcd7bed8eea6be8fdd20bb572b4a536765269d39e (diff)
downloadcffi-007f2dc070933a33a41ba4000704271fbba5d7fd.tar.gz
update version to 1.13.2
Diffstat (limited to 'c/test_c.py')
-rw-r--r--c/test_c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/test_c.py b/c/test_c.py
index 9f9c08e..671b3b8 100644
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -14,7 +14,7 @@ from _cffi_backend import _testfunc, _get_types, _get_common_types, __version__
# ____________________________________________________________
import sys
-assert __version__ == "1.13.1", ("This test_c.py file is for testing a version"
+assert __version__ == "1.13.2", ("This test_c.py file is for testing a version"
" of cffi that differs from the one that we"
" get from 'import _cffi_backend'")
if sys.version_info < (3,):