summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2017-09-27 09:28:50 +0200
committerArmin Rigo <arigo@tunes.org>2017-09-27 09:28:50 +0200
commitf172af3bf3252a62853ca64c1f08d92127f1989e (patch)
treeaf4ccbb77a40e2900f24f84b90fc2a596842dec8 /setup.py
parenta300ab450fd1ac5d48d25c66160ca082ee37c2a3 (diff)
downloadcffi-f172af3bf3252a62853ca64c1f08d92127f1989e.tar.gz
Update version to 1.11.1
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 7d12210..7c75cba 100644
--- a/setup.py
+++ b/setup.py
@@ -186,7 +186,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.11.0',
+ version='1.11.1',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}