added __version__ to the cython namespace

parent e471e51a
......@@ -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