set version to 0.18rc1 0.18rc1
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 27 Jan 2013 12:18:05 +0000 (13:18 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 27 Jan 2013 12:18:05 +0000 (13:18 +0100)
Cython/Shadow.py

index 5ee857b..532a101 100644 (file)
@@ -1,5 +1,5 @@
 # cython.* namespace for pure mode.
-__version__ = "0.18b1"
+__version__ = "0.18rc1"
 
 
 # BEGIN shameless copy from Cython/minivect/minitypes.py