From 5a501ae5dd264cb5218953346f5dd64007db232d Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sun, 23 Jan 2011 03:05:50 -0800 Subject: [PATCH] Another release candidate. --- Cython/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/__init__.py b/Cython/__init__.py index 617c623d..2c18a753 100644 --- a/Cython/__init__.py +++ b/Cython/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.14.1rc1" +__version__ = "0.14.1rc2" # Void cython.* directives (for case insensitive operating systems). from Cython.Shadow import * -- 2.26.2