diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2006-08-14 07:34:32 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-14 07:34:32 +0000 |
| commit | 87596eef24789199f98b502559f110cecdd05025 (patch) | |
| tree | 154b5981b7890155bb1fd989282ac1671bbba145 | |
| parent | 7b50608412dc41f79984aca28abd3019ac513394 (diff) | |
| download | numpy-1.0b2.tar.gz | |
Make it a release.v1.0b2
| -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 442ae0ad0..d3401c93a 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,5 +1,5 @@ version='1.0b2' -release=False +release=True if not release: import os |
