diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2020-04-27 17:02:02 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2020-04-27 17:02:02 +0200 |
commit | 620d2b5acc8063835959525e6a9ecc8269e2d57b (patch) | |
tree | 8ef9cf9a3eec38c9dd31b528152fa4e92638c713 /Cython/Shadow.py | |
parent | 89172b6d6d40ef0fea20e6b0c37aab2148daedd3 (diff) | |
download | cython-3.0a3.tar.gz |
Prepare release of 3.0 alpha 3.3.0a3
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 ceb6ae541..3662ed6ea 100644 --- a/Cython/Shadow.py +++ b/Cython/Shadow.py @@ -1,7 +1,7 @@ # cython.* namespace for pure mode. from __future__ import absolute_import -__version__ = "3.0a2" +__version__ = "3.0a3" try: from __builtin__ import basestring |