diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2006-12-02 06:58:50 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2006-12-02 06:58:50 +0000 |
| commit | 1a6b656657baa12f6e3ab41ebb731e2a162f262c (patch) | |
| tree | c9622c633d657661de082896a95d9a885bdba950 | |
| parent | 91e3f408b21bde54cac134b7140d76c7ae147a20 (diff) | |
| download | numpy-1.0.1.tar.gz | |
Make it a release.v1.0.1
| -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 e4ef3d3f1..9950c4b65 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,5 +1,5 @@ version='1.0.1' -release=False +release=True if not release: import os |
