summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-11-24 11:24:02 +0100
committerArmin Rigo <arigo@tunes.org>2020-11-24 11:24:02 +0100
commit77a64dba7fcc20970d17d0ba9eda6cff3e290487 (patch)
tree8ab3b640b8242f9902f2e53a5ec3f277608b2370 /setup.py
parent55f18fb97be7757995755bf4e80f60f219676e23 (diff)
downloadcffi-77a64dba7fcc20970d17d0ba9eda6cff3e290487.tar.gz
bump version to 1.14.4
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 f2e007c..e96d07f 100644
--- a/setup.py
+++ b/setup.py
@@ -191,7 +191,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.14.3',
+ version='1.14.4',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}