summaryrefslogtreecommitdiff
path: root/c/test_c.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-06-03 20:41:37 +0200
committerArmin Rigo <arigo@tunes.org>2019-06-03 20:41:37 +0200
commit7c94e003e06bdd32f9a7eaf013551ea0dcd45cdd (patch)
tree8b948524eec9da6d811208582f8712b515730ea6 /c/test_c.py
parent25aa61afee579b92aa43d81d7b065ede436d8eae (diff)
downloadcffi-7c94e003e06bdd32f9a7eaf013551ea0dcd45cdd.tar.gz
bump version number to 1.13
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 ed3491d..0a83485 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.12.3", ("This test_c.py file is for testing a version"
+assert __version__ == "1.13.0", ("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,):