summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2018-01-13 11:37:21 +0100
committerArmin Rigo <arigo@tunes.org>2018-01-13 11:37:21 +0100
commit8f4d31f5f4648f66e26081a84b703a49478603d0 (patch)
tree93c71e9c08c3272cdeca2f8f88bd18d8d85bea0f /setup.py
parent2d990f45aa6eab16a09393fcfe99441797535cd3 (diff)
downloadcffi-8f4d31f5f4648f66e26081a84b703a49478603d0.tar.gz
Bump version number to 1.11.4
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 850906a..5357a17 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.3',
+ version='1.11.4',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}