summaryrefslogtreecommitdiff
path: root/c/test_c.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-11-02 10:30:12 +0100
committerArmin Rigo <arigo@tunes.org>2016-11-02 10:30:12 +0100
commite5799f1a577bb0e6877dc7e036720f7304797407 (patch)
tree4f8896aa09aac088fb99e27efa8d97086be4100f /c/test_c.py
parentb3cd9a6e908b54f9a0c9c59a6744bcdbcc2e4d00 (diff)
downloadcffi-e5799f1a577bb0e6877dc7e036720f7304797407.tar.gz
Bump version number to 1.9.0
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 a50085f..b83d544 100644
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -12,7 +12,7 @@ from _cffi_backend import _testfunc, _get_types, _get_common_types, __version__
# ____________________________________________________________
import sys
-assert __version__ == "1.8.4", ("This test_c.py file is for testing a version"
+assert __version__ == "1.9.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,):