summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-09-01 08:24:42 +0200
committerStefan Behnel <stefan_ml@behnel.de>2012-09-01 08:24:42 +0200
commit284a24237a6c05f6b0ddf774a529a3d3829bd1a0 (patch)
tree6acbdb5410f10009931bd5297713b508b70149ea
parent64574318027d6eb6df72f8670c452ab44d6d36d6 (diff)
downloadcython-0.17.tar.gz
prepare release of 0.17 final0.17
-rw-r--r--Cython/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/__init__.py b/Cython/__init__.py
index a7977aa44..1d1bc2c44 100644
--- a/Cython/__init__.py
+++ b/Cython/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.17b4"
+__version__ = "0.17"
# Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import *