From 1611a7e867e36dfe133b1546d2f854711bde726c Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Thu, 9 Dec 2010 04:12:28 -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 7a7dd2e0..8f326403 100644 --- a/Cython/__init__.py +++ b/Cython/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.14.alpha0" +__version__ = "0.14.beta0" # Void cython.* directives (for case insensitive operating systems). from Cython.Shadow import * -- 2.26.2