summaryrefslogtreecommitdiff
path: root/setup.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 /setup.py
parentb3cd9a6e908b54f9a0c9c59a6744bcdbcc2e4d00 (diff)
downloadcffi-e5799f1a577bb0e6877dc7e036720f7304797407.tar.gz
Bump version number to 1.9.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f8fcb7a..577d2b8 100644
--- a/setup.py
+++ b/setup.py
@@ -153,7 +153,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.8.4',
+ version='1.9.0',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h']}