diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-11-14 11:23:06 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-11-14 11:23:06 +0000 |
commit | d6869c90048d96ebda4ff451ad6872577e8c731d (patch) | |
tree | 4c77fbb3e62d9a18534a5b4bbb6c24f8177ec246 /scipy/core_version.py | |
parent | f4e6260334dc598f736190ad73766aef3f6b1374 (diff) | |
download | numpy-d6869c90048d96ebda4ff451ad6872577e8c731d.tar.gz |
Added multiter type to expose broadcasting as an iterator.
Diffstat (limited to 'scipy/core_version.py')
-rw-r--r-- | scipy/core_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/core_version.py b/scipy/core_version.py index 7763ba426..28b156686 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.6.2' +version='0.7.0' import os svn_version_file = os.path.join(os.path.dirname(__file__), |