Commit 9f52174a authored by Robert Bradshaw's avatar Robert Bradshaw

Merge pull request #266 from PythonCHB/master

added __version__ to the cython namespace
parents e085197b fb50ed14
......@@ -19,3 +19,5 @@ if __name__ == '__main__':
else:
# Void cython.* directives.
from Cython.Shadow import *
## and bring in the __version__
from Cython import __version__
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment