diff options
author | Christopher H.Barker, PhD <PythonCHB@gmail.com> | 2013-10-21 14:08:07 -0700 |
---|---|---|
committer | Christopher H.Barker, PhD <PythonCHB@gmail.com> | 2013-10-21 14:08:07 -0700 |
commit | fb50ed144d34b20028d3ad352606b40b726b150c (patch) | |
tree | a6fe60db66ebc055f42fa339f918db4e137175ba /cython.py | |
parent | e471e51ad78bae7dc90f2c922b3eb9ede81f45cb (diff) | |
download | cython-fb50ed144d34b20028d3ad352606b40b726b150c.tar.gz |
added __version__ to the cython namespace
Diffstat (limited to 'cython.py')
-rwxr-xr-x | cython.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,3 +19,5 @@ if __name__ == '__main__': else: # Void cython.* directives. from Cython.Shadow import * + ## and bring in the __version__ + from Cython import __version__ |