diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2006-09-20 19:14:33 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2006-09-20 19:14:33 +0000 |
| commit | 56ac5f7711cc399db40738a625d2f33f24fb6166 (patch) | |
| tree | f4761d42b51e58e07069e7498d8a31a334c84bdc | |
| parent | 7a8ebd261c37307176bbad175ca60e99aa53fabf (diff) | |
| download | numpy-1.0rc1.tar.gz | |
Make 1.0rc1 a release.v1.0rc1
| -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 07169184a..946228faf 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,5 +1,5 @@ version='1.0rc1' -release=False +release=True if not release: import os |
