summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2017-10-08 08:50:02 +0200
committerArmin Rigo <arigo@tunes.org>2017-10-08 08:50:02 +0200
commit33f772553ff286b01058dac4f980fb74cefe7a0a (patch)
tree68f94ebd209bb37cf38300d180c95f8991c3c570 /setup.py
parentae3ba0dba3d933e66698d8867b1c2d98c25bff06 (diff)
downloadcffi-33f772553ff286b01058dac4f980fb74cefe7a0a.tar.gz
Bump version number to 1.11.2
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 7c75cba..37518b9 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.1',
+ version='1.11.2',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}