diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-09-20 19:11:56 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-09-20 19:11:56 +0000 |
commit | b63052506f53bf7eff119e3468de49777ac2bf1e (patch) | |
tree | e6106765c26505eac34634f597e162a819d991dd | |
parent | 7a8ebd261c37307176bbad175ca60e99aa53fabf (diff) | |
download | numpy-b63052506f53bf7eff119e3468de49777ac2bf1e.tar.gz |
Up version number on trunk.
-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..8930ada17 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,4 +1,4 @@ -version='1.0rc1' +version='1.0rc2' release=False if not release: |