diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2006-08-21 21:06:24 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-21 21:06:24 +0000 |
| commit | cc6bed52164cf955d56081835e1790622220ca62 (patch) | |
| tree | 36ba4cfff7bac804c367929a4ef6d8fe999438ec /numpy/version.py | |
| parent | 52bb92724e0bb023544a3b68a16d69bb0c76d058 (diff) | |
| download | numpy-1.0b3.tar.gz | |
Make release 1.0b3 a releasev1.0b3
Diffstat (limited to 'numpy/version.py')
| -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 9e854549d..4b74734a8 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,5 +1,5 @@ version='1.0b3' -release=False +release=True if not release: import os |
