From: Robert Bradshaw Date: Tue, 18 Jan 2011 08:48:30 +0000 (-0800) Subject: Version number. X-Git-Tag: 0.14.1rc1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9d5fee15884d9853f0065cad555a2eb29fa5d172;p=cython.git Version number. --- 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 *