From beb98d82131ee9118af8f68376346b08fe67f258 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Sun, 26 Jul 2020 17:39:41 +0200 Subject: bump version number to 1.14.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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 `_ """, - 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']} -- cgit v1.2.1