diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2006-10-19 04:46:19 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2006-10-19 04:46:19 +0000 |
| commit | c9d632d3d112854a7a865762097dedc6535a41ed (patch) | |
| tree | a323229ac1e7194cb2c75f1e9da6632ae9971655 | |
| parent | bafa719696243a03bf0f1f3b2f7bf0c6bb0f26ed (diff) | |
| download | numpy-1.0rc3.tar.gz | |
Make a release.v1.0rc3
| -rw-r--r-- | numpy/version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/version.py b/numpy/version.py index e7860c79d..9192e1458 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,5 +1,5 @@ -version='1.0' -release=False +version='1.0rc3' +release=True if not release: import os |
