From: Stefan Behnel Date: Fri, 25 Jun 2010 10:12:01 +0000 (+0200) Subject: fix version - if anything, it's certainly no longer 0.12.x X-Git-Tag: 0.13.beta0~44 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=96b2e5a1238415f0f0a632efb320f04012e2550e;p=cython.git fix version - if anything, it's certainly no longer 0.12.x --- diff --git a/Cython/Compiler/Version.py b/Cython/Compiler/Version.py index 95738fd7..ae4c37c6 100644 --- a/Cython/Compiler/Version.py +++ b/Cython/Compiler/Version.py @@ -1 +1 @@ -version = '0.12.1' +version = '0.13pre'