summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2017-05-31 18:39:04 +0200
committerArmin Rigo <arigo@tunes.org>2017-05-31 18:39:04 +0200
commite722b788a4b2ea8339f2b621d04c557d19a6ace9 (patch)
treeb36ac1b1eb76f307715b918513053a0cf5a9c0a3 /setup.py
parent054a64d4579b7c87e3d1dbc35998383312dfbe7a (diff)
downloadcffi-e722b788a4b2ea8339f2b621d04c557d19a6ace9.tar.gz
Update the version to 1.11
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 c93c8ef..4080d5c 100644
--- a/setup.py
+++ b/setup.py
@@ -183,7 +183,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.10.0',
+ version='1.11.0',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h']}