From 745d205fa3dc04fb0daed705c773c61852c1deb1 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Sun, 20 Jun 2021 21:16:33 +0200 Subject: Bump version to 1.14.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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 `_ """, - 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']} -- cgit v1.2.1