summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2017-01-23 10:19:01 +0100
committerArmin Rigo <arigo@tunes.org>2017-01-23 10:19:01 +0100
commitcdadb3a2a03135691a9b94a60074b8a84bcfa5e4 (patch)
treeff1d084b2c6e50b5f94b7ae6d5a4cea55da0aeb4 /setup.py
parenta4a555495357afdeacb4837d947add4ff56d0d76 (diff)
downloadcffi-cdadb3a2a03135691a9b94a60074b8a84bcfa5e4.tar.gz
bump version number to 1.10.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 6df3f3c..c93c8ef 100644
--- a/setup.py
+++ b/setup.py
@@ -183,7 +183,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.9.2',
+ version='1.10.0',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h']}