summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2011-07-31 00:19:13 -0700
committerRobert Bradshaw <robertwb@math.washington.edu>2011-07-31 00:31:43 -0700
commit70e627d01ae9692f1103ed162183ae7496a61eb3 (patch)
tree5a5028a62b5a03fefb12f325e92cf7fd226e9381
parentd62d4e8a8e6ab2644cd08239aa1d2d012f34674d (diff)
downloadcython-0.15rc1.tar.gz
Bump version number.0.15rc1
-rw-r--r--Cython/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/__init__.py b/Cython/__init__.py
index a7dc0832f..958209fb8 100644
--- a/Cython/__init__.py
+++ b/Cython/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.15rc0"
+__version__ = "0.15rc1"
# Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import *