diff options
| author | Armin Rigo <arigo@tunes.org> | 2016-11-02 10:30:12 +0100 |
|---|---|---|
| committer | Armin Rigo <arigo@tunes.org> | 2016-11-02 10:30:12 +0100 |
| commit | e5799f1a577bb0e6877dc7e036720f7304797407 (patch) | |
| tree | 4f8896aa09aac088fb99e27efa8d97086be4100f /c/test_c.py | |
| parent | b3cd9a6e908b54f9a0c9c59a6744bcdbcc2e4d00 (diff) | |
| download | cffi-e5799f1a577bb0e6877dc7e036720f7304797407.tar.gz | |
Bump version number to 1.9.0
Diffstat (limited to 'c/test_c.py')
| -rw-r--r-- | c/test_c.py | 2 |
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,): |
