summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-07-26 17:39:41 +0200
committerArmin Rigo <arigo@tunes.org>2020-07-26 17:39:41 +0200
commitbeb98d82131ee9118af8f68376346b08fe67f258 (patch)
tree09cc472cb5666bcab1b705a0f41bb821848fff6d /setup.py
parent4b7ad14fc34747bd7d7b708a9af7bdbae66791f6 (diff)
downloadcffi-beb98d82131ee9118af8f68376346b08fe67f258.tar.gz
bump version number to 1.14.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 8216851..a673560 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.0',
+ version='1.14.1',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}