Bump version number. 0.14.beta0
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 9 Dec 2010 12:12:28 +0000 (04:12 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 9 Dec 2010 12:12:28 +0000 (04:12 -0800)
Cython/__init__.py

index 7a7dd2e0fffdbde46918b9b247530ecf6b16c73e..8f3264036058ddcf442b66996fa44e819709c08b 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.14.alpha0"
+__version__ = "0.14.beta0"
 
 # Void cython.* directives (for case insensitive operating systems). 
 from Cython.Shadow import *