summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-07-15 08:52:29 +0200
committerStefan Behnel <stefan_ml@behnel.de>2016-07-15 08:52:29 +0200
commit521c292560261f5d9b549ae6930496d1101de715 (patch)
tree65b0cc1173bed6c8127e413411bdfdd5c067c64e
parent320f67b5b595cb5393a25b2e615d9b54bcfa64d5 (diff)
downloadcython-521c292560261f5d9b549ae6930496d1101de715.tar.gz
set version to 0.24.1
-rw-r--r--Cython/Shadow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 09c645c12..2e34e1101 100644
--- a/Cython/Shadow.py
+++ b/Cython/Shadow.py
@@ -1,7 +1,7 @@
# cython.* namespace for pure mode.
from __future__ import absolute_import
-__version__ = "0.24"
+__version__ = "0.24.1"
try:
from __builtin__ import basestring