summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-09-15 07:50:21 +0200
committerArmin Rigo <arigo@tunes.org>2020-09-15 07:50:21 +0200
commit59da87ae09cc9f0437bcb8c0f7b00cbcf5072346 (patch)
tree4ed48a048a19220425080e4f9d8e6448ae1348e2 /setup.py
parentaf21ee113f8f95fdf1e9947f16a1d61e0ab1bc63 (diff)
downloadcffi-59da87ae09cc9f0437bcb8c0f7b00cbcf5072346.tar.gz
bump version to 1.14.3
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 6812e9f..826216d 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.2',
+ version='1.14.3',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}