summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2021-06-20 21:16:33 +0200
committerArmin Rigo <arigo@tunes.org>2021-06-20 21:16:33 +0200
commit745d205fa3dc04fb0daed705c773c61852c1deb1 (patch)
tree5b29d2c3ec346230070bcbe3460553dc40291efe /setup.py
parent8f7155f8820223ed46fb4259fc688abad5ac9c25 (diff)
downloadcffi-745d205fa3dc04fb0daed705c773c61852c1deb1.tar.gz
Bump version to 1.14.6
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 6b9ed98..7fd6388 100644
--- a/setup.py
+++ b/setup.py
@@ -187,7 +187,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.14.5',
+ version='1.14.6',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}