summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2018-02-27 19:15:01 +0100
committerArmin Rigo <arigo@tunes.org>2018-02-27 19:15:01 +0100
commite9ddbffa1670d1f27b9f2e2fd1722e3dff814f8e (patch)
tree8d4fe305dda78abfd4e0db97c3367283d796e191 /setup.py
parente7fe7f81209a8ca575401e230dd9a1c41e51096a (diff)
downloadcffi-e9ddbffa1670d1f27b9f2e2fd1722e3dff814f8e.tar.gz
Bump to 1.11.5
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 7783129..e7a5110 100644
--- a/setup.py
+++ b/setup.py
@@ -190,7 +190,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.11.4',
+ version='1.11.5',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}