summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-09-16 09:38:13 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-09-16 09:38:13 +0200
commit2c9641a749208dbc405209e367b8a23e1310564d (patch)
treee116eae183f5b0039f8217c4151e316f0b260369
parentbb0bd12d89e1e0efaede50af6e199bfb01b9105a (diff)
downloadcython-2c9641a749208dbc405209e367b8a23e1310564d.tar.gz
Prepare first alpha release of 0.270.27a1
-rw-r--r--Cython/Shadow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Shadow.py b/Cython/Shadow.py
index 76053d2df..f18637205 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.27a0"
+__version__ = "0.27a1"
try:
from __builtin__ import basestring