From 717d6365e82854940290f5e061106919a0562412 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Sat, 7 Jul 2018 17:37:28 +0200 Subject: Bump version to 1.12.0 (but not planning a release soon) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e7a5110..5d2f9e8 100644 --- a/setup.py +++ b/setup.py @@ -190,7 +190,7 @@ Contact `Mailing list `_ """, - version='1.11.5', + version='1.12.0', packages=['cffi'] if cpython else [], package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h', '_embedding.h', '_cffi_errors.h']} -- cgit v1.2.1