summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-06-07 14:34:52 +0200
committerArmin Rigo <arigo@tunes.org>2015-06-07 14:34:52 +0200
commit50022768768d281352def438feffa31c306a9a80 (patch)
tree4f7aaf47ade068da1e6ae0ca23c9764cc1b44a4b /setup.py
parent8654458ff78be72ef784fc1a44ba678621047df3 (diff)
downloadcffi-50022768768d281352def438feffa31c306a9a80.tar.gz
Bump version number to 1.1.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 781a44e..e939a13 100644
--- a/setup.py
+++ b/setup.py
@@ -144,7 +144,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.1.0',
+ version='1.1.1',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h']}
if cpython else {},