diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-08-14 07:33:54 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-14 07:33:54 +0000 |
commit | 779dc154b799a6660f7f60ef50c09fc445329999 (patch) | |
tree | 5dda8609c8694bbe053bd2622953b57155ce2723 /numpy/version.py | |
parent | 7b50608412dc41f79984aca28abd3019ac513394 (diff) | |
download | numpy-779dc154b799a6660f7f60ef50c09fc445329999.tar.gz |
Update version to 1.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 442ae0ad0..9e854549d 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,4 +1,4 @@ -version='1.0b2' +version='1.0b3' release=False if not release: |