summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-08-15 08:52:49 +0200
committerArmin Rigo <arigo@tunes.org>2020-08-15 08:52:49 +0200
commit321a7e71aa210002d412f4247f5dbc4d82782c6e (patch)
tree7dac26a4ad31b3d210c9e58becab1194ebe05fad /setup.py
parentba379eb06a1a9522cf212dc8f92d603b446a6538 (diff)
downloadcffi-321a7e71aa210002d412f4247f5dbc4d82782c6e.tar.gz
bump version number to 1.14.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 a673560..6812e9f 100644
--- a/setup.py
+++ b/setup.py
@@ -212,7 +212,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.14.1',
+ version='1.14.2',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}