Move version to Shadow.py
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 3 Oct 2012 20:08:22 +0000 (13:08 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 3 Oct 2012 20:08:22 +0000 (13:08 -0700)
Cython/Shadow.py
Cython/__init__.py

index 6891a93..3d4cecb 100644 (file)
@@ -1,4 +1,5 @@
 # cython.* namespace for pure mode.
+__version__ = "0.18-pre"
 
 compiled = False
 
index a2e05fb..dc6b08c 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.18-pre"
+# __version__ defined in Shadow.py
 
 # Void cython.* directives (for case insensitive operating systems).
 from Cython.Shadow import *