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