summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2011-02-04 02:30:48 -0800
committerRobert Bradshaw <robertwb@math.washington.edu>2011-02-04 02:30:48 -0800
commit1b0c3ae86966e39585444cf549f3b50226c6c6b3 (patch)
tree67019a1f5be2b7961c259b641f18b73dd4f86a8c
parente4785f99325efc12806fb7118b3416b7e3b09821 (diff)
downloadcython-0.14.1.tar.gz
Bump version number.0.14.1
-rw-r--r--Cython/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/__init__.py b/Cython/__init__.py
index 8814a2e1e..8dd496b41 100644
--- a/Cython/__init__.py
+++ b/Cython/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.14.1rc3"
+__version__ = "0.14.1"
# Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import *