From 97ed182f0c0155d089f135ac9e4e8c617ac2f79f Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sat, 11 Dec 2010 01:49:10 -0800 Subject: [PATCH] bump version --- Cython/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/__init__.py b/Cython/__init__.py index ee21296d..b7b6df9c 100644 --- a/Cython/__init__.py +++ b/Cython/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.14.beta2" +__version__ = "0.14.rc0" # Void cython.* directives (for case insensitive operating systems). from Cython.Shadow import * -- 2.26.2