commit | 3301a33d6b8daa647ff744b1e6302705de5d67ba | [log] [tgz] |
---|---|---|
author | Travis Oliphant <oliphant@enthought.com> | Wed Oct 25 09:05:57 2006 |
committer | Travis Oliphant <oliphant@enthought.com> | Wed Oct 25 09:05:57 2006 |
tree | 690182ae4b0447450e6d4468fdd05e5e8809a4c7 | |
parent | 75981b8a97760e91295ef8b64148816a897c9b7d [diff] |
Make tag 1.0 a release.
diff --git a/numpy/version.py b/numpy/version.py index e7860c7..9ed68a5 100644 --- a/numpy/version.py +++ b/numpy/version.py
@@ -1,5 +1,5 @@ version='1.0' -release=False +release=True if not release: import os