diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-12-31 01:21:47 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-12-31 01:21:47 +0000 |
commit | 445dc589e125a5c647ff6d0d85f6de39fadcd639 (patch) | |
tree | a1916498bca6a1b821e8c2771f6a7eebc7eea685 /scipy/core_version.py | |
parent | 6508583da84bd0c17b492da99c59e091ebb7c049 (diff) | |
download | numpy-445dc589e125a5c647ff6d0d85f6de39fadcd639.tar.gz |
Adding type-specific sorting functions.
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 2ab8fbc24..bb9fdfaa4 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.9.1' +version='0.9.2' import os svn_version_file = os.path.join(os.path.dirname(__file__), |