summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2018-01-10 23:26:37 +0100
committerArmin Rigo <arigo@tunes.org>2018-01-10 23:26:37 +0100
commit45ebefc968f718a5fc8309e6b92a9747995400a2 (patch)
tree2a8a8b33f265be4d4e732b26a3b8faf09a06f6a8 /setup.py
parent087223a66b10155a253c39d27b7d2e7be3ff9453 (diff)
downloadcffi-45ebefc968f718a5fc8309e6b92a9747995400a2.tar.gz
Bump version to 1.11.3
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 37518b9..850906a 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.2',
+ version='1.11.3',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}