diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2015-08-22 17:13:31 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2015-08-22 17:13:31 +0200 |
commit | 70c44041ca7a39f98d62de80915300e6cca61815 (patch) | |
tree | 62d23be559f0bb433a96c0ed9367931b5a38fc38 /Cython/Shadow.py | |
parent | b2a071a1e45b6fd1ea9744d597ef87995e6b1881 (diff) | |
download | cython-0.23.1.tar.gz |
prepare release of 0.23.10.23.1
Diffstat (limited to 'Cython/Shadow.py')
-rw-r--r-- | Cython/Shadow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Shadow.py b/Cython/Shadow.py index c68675373..9453f09be 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.23" +__version__ = "0.23.1" try: from __builtin__ import basestring |