From b6f88f83aeb67abb3bf38b5086677f696f19683d Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Mon, 17 Jan 2011 21:37:21 -0800 Subject: [PATCH] Bump version number. --- Cython/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/__init__.py b/Cython/__init__.py index 9d797e5f..96d9424a 100644 --- a/Cython/__init__.py +++ b/Cython/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.14+" +__version__ = "0.14.1rc0" # Void cython.* directives (for case insensitive operating systems). from Cython.Shadow import * -- 2.26.2