diff options
| author | David Cournapeau <cournape@gmail.com> | 2009-03-18 06:23:54 +0000 |
|---|---|---|
| committer | David Cournapeau <cournape@gmail.com> | 2009-03-18 06:23:54 +0000 |
| commit | 480b20bb72547d35f91a79c2c1bc6166316a56d3 (patch) | |
| tree | 35eac5c0762be16639c0ce2abc56facf797d5be3 | |
| parent | d0d2afaeb8d4eb687877de03bfbb1264eca67c1b (diff) | |
| download | numpy-1.3.0b1.tar.gz | |
Update revision to beta 1.v1.3.0b1
| -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 7a83d6daf..712e0d7ef 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,5 +1,5 @@ -version='1.3.0' -release=False +version='1.3.0b1' +release=True if not release: version += '.dev' |
