diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-09-05 03:50:20 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-09-05 03:50:20 +0000 |
commit | 887544fd8cf38fbaacdcfbb3a49362ef519604f3 (patch) | |
tree | 5c6d68195f9bd4369922383da0a9ffa89e261b04 | |
parent | ae4e6ce449c06b25806b499ff2384d7335583570 (diff) | |
download | numpy-887544fd8cf38fbaacdcfbb3a49362ef519604f3.tar.gz |
Bump up version number to rc1
-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 6be6aa5dd..07169184a 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,4 +1,4 @@ -version='1.0b5' +version='1.0rc1' release=False if not release: |