diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-12-30 23:23:29 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-12-30 23:23:29 +0000 |
commit | 6508583da84bd0c17b492da99c59e091ebb7c049 (patch) | |
tree | 1f867fa214d771a4ed0549720c1ed64ed64f05ca /scipy/core_version.py | |
parent | 8d90fbf15133b03d75933882c227d808a2598111 (diff) | |
download | numpy-6508583da84bd0c17b492da99c59e091ebb7c049.tar.gz |
Updated PyArray_ArgSort to allow future sorting choices.
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 3b6994b10..2ab8fbc24 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.9.0' +version='0.9.1' import os svn_version_file = os.path.join(os.path.dirname(__file__), |