summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-11-12 14:44:59 +0100
committerArmin Rigo <arigo@tunes.org>2016-11-12 14:44:59 +0100
commitd2bef3fdea7bcb4e2b001c1b057500c64d3b4320 (patch)
tree863f89c3245ac728775c081721a4c55b3515521e /setup.py
parentdec808b186500660ffe680062d69765b7c1d137f (diff)
downloadcffi-d2bef3fdea7bcb4e2b001c1b057500c64d3b4320.tar.gz
update to 1.9.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 577d2b8..97cc8ad 100644
--- a/setup.py
+++ b/setup.py
@@ -153,7 +153,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.9.0',
+ version='1.9.1',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h']}