summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-09-03 19:25:58 +0200
committerArmin Rigo <arigo@tunes.org>2016-09-03 19:25:58 +0200
commitbc99d488c73e2cfc4907088ddf4bf055821864e5 (patch)
tree1ae1226d20fe5694b37b5f280958332ec4c2741b /setup.py
parentab96121085aa3b5e81be029e60dad084fb67e088 (diff)
downloadcffi-bc99d488c73e2cfc4907088ddf4bf055821864e5.tar.gz
Bump version number to 1.8.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 772dfd9..a6d0489 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.0',
+ version='1.8.1',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h']}