summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-09-20 15:12:33 +0200
committerArmin Rigo <arigo@tunes.org>2016-09-20 15:12:33 +0200
commitc976ed5c027ee93386518efdee2bbc26566903c9 (patch)
treec0fc59f7e642bcd6a5043b33950b32da29a8a826 /setup.py
parentd067b48aa4660487e050e396ff957d916d5183c4 (diff)
downloadcffi-c976ed5c027ee93386518efdee2bbc26566903c9.tar.gz
update to 1.8.4 and add whatsnew
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 a0acce5..d30f057 100644
--- a/setup.py
+++ b/setup.py
@@ -144,7 +144,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.8.3',
+ version='1.8.4',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h']}