diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2006-10-25 09:05:57 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2006-10-25 09:05:57 +0000 |
| commit | 3301a33d6b8daa647ff744b1e6302705de5d67ba (patch) | |
| tree | 690182ae4b0447450e6d4468fdd05e5e8809a4c7 | |
| parent | 75981b8a97760e91295ef8b64148816a897c9b7d (diff) | |
| download | numpy-3301a33d6b8daa647ff744b1e6302705de5d67ba.tar.gz | |
Make tag 1.0 a release.v1.0
| -rw-r--r-- | numpy/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/version.py b/numpy/version.py index e7860c79d..9ed68a50d 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 |
