projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86a3c4d
)
Cython.__version__
author
Robert Bradshaw
<robertwb@math.washington.edu>
Wed, 3 Nov 2010 07:48:55 +0000
(
00:48
-0700)
committer
Robert Bradshaw
<robertwb@math.washington.edu>
Wed, 3 Nov 2010 07:48:55 +0000
(
00:48
-0700)
Cython/__init__.py
patch
|
blob
|
history
diff --git
a/Cython/__init__.py
b/Cython/__init__.py
index f9f635d1f92ae0e1f8feb83fb7277a543aa5acaf..424bd952d768c1f55a121e06ec7eb4770cfff507 100644
(file)
--- a/
Cython/__init__.py
+++ b/
Cython/__init__.py
@@
-1,2
+1,4
@@
+from Compiler.Version import version as __version__
+
# Void cython.* directives (for case insensitive operating systems).
from Cython.Shadow import *