summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-11-14 20:41:47 +0100
committerStefan Behnel <stefan_ml@behnel.de>2012-11-14 20:41:47 +0100
commitee1686c0deab1f8d8c05e3bfac452e717410b5aa (patch)
tree1512d7590e3118eb28d40045ecc0ca20c0763ea1
parent255870294da12e4412ab8d5613adab1b3f8b9ea5 (diff)
downloadcython-ee1686c0deab1f8d8c05e3bfac452e717410b5aa.tar.gz
increased version to 0.17.2rc1
-rw-r--r--Cython/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/__init__.py b/Cython/__init__.py
index b600ed19d..30a5e40da 100644
--- a/Cython/__init__.py
+++ b/Cython/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.17.1"
+__version__ = "0.17.2rc1"
# Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import *