summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-07-02 17:26:03 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-07-02 17:26:03 +0200
commitc81b2d13a625cac6b399c0f8468027cb9f8d6ab6 (patch)
treea4bb941d537fdc8cc4e2db241ab78888a9c10176
parent135e556afb6e8c469a6d5fb8abdeebbfbd11cfc2 (diff)
downloadcython-c81b2d13a625cac6b399c0f8468027cb9f8d6ab6.tar.gz
Prepare release of 3.0.0a8.3.0.0a8
-rw-r--r--Cython/Shadow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index a2d5f8dd4..a489cc57d 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.0.0a7"
+__version__ = "3.0.0a8"
try:
from __builtin__ import basestring