Bump version number. 0.14.1rc0
authorRobert Bradshaw <robertwb@math.washington.edu>
Tue, 18 Jan 2011 05:37:21 +0000 (21:37 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Tue, 18 Jan 2011 05:37:21 +0000 (21:37 -0800)
Cython/__init__.py

index 9d797e5f50d9aa75b045fcf6b6f87973c4ad69f0..96d9424afd4e45711226ba077d2f3db08a469563 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.14+"
+__version__ = "0.14.1rc0"
 
 # Void cython.* directives (for case insensitive operating systems).
 from Cython.Shadow import *