summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2022-06-08 09:21:38 +0200
committerArmin Rigo <arigo@tunes.org>2022-06-08 09:21:38 +0200
commit1dfaec5c1a272c205530a0feb726d2047db17a84 (patch)
treea2564ab9841b49f43b88c21dccc0f95a4b1769cf /setup.py
parent34c9e300eb82d937d231c1bc3b95a5c035d98e0f (diff)
downloadcffi-1dfaec5c1a272c205530a0feb726d2047db17a84.tar.gz
dump version to 1.15.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 41a1628..0922f4a 100644
--- a/setup.py
+++ b/setup.py
@@ -186,7 +186,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.15.0',
+ version='1.15.1',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}