summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2010-12-09 04:12:28 -0800
committerRobert Bradshaw <robertwb@math.washington.edu>2010-12-09 04:12:28 -0800
commit1611a7e867e36dfe133b1546d2f854711bde726c (patch)
treef386fca4c4659c1ac2831379a14678d062bc6c5e
parent6e43dc832fb0373078ab59d16a8c013742eb96e5 (diff)
downloadcython-1611a7e867e36dfe133b1546d2f854711bde726c.tar.gz
Bump version number.0.14.beta0
-rw-r--r--Cython/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/__init__.py b/Cython/__init__.py
index 7a7dd2e0f..8f3264036 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 *