summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-02-07 09:48:00 +0100
committerArmin Rigo <arigo@tunes.org>2020-02-07 09:48:00 +0100
commitdb0738eaea62afd5e8f7921a3e6c5f14af99e672 (patch)
tree2630f5db7cf439fe2c22df75cf0b2e720d9e23cf /setup.py
parent36c87d65178a5a6806e34e057acbc8a45d0e7949 (diff)
downloadcffi-db0738eaea62afd5e8f7921a3e6c5f14af99e672.tar.gz
Bump version number to 1.14.0
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 2c7e569..e1dd39d 100644
--- a/setup.py
+++ b/setup.py
@@ -198,7 +198,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.13.2',
+ version='1.14.0',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}