From 45ebefc968f718a5fc8309e6b92a9747995400a2 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Wed, 10 Jan 2018 23:26:37 +0100 Subject: Bump version to 1.11.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 37518b9..850906a 100644 --- a/setup.py +++ b/setup.py @@ -186,7 +186,7 @@ Contact `Mailing list `_ """, - version='1.11.2', + version='1.11.3', packages=['cffi'] if cpython else [], package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h', '_embedding.h', '_cffi_errors.h']} -- cgit v1.2.1