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