diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-11-11 09:22:27 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-11-11 09:22:27 +0000 |
commit | a75a2b19a3391c41a8a421781caa9dd1e0aa16e9 (patch) | |
tree | e32b57d40609f853767d66a9a014823f422eaf63 /scipy/core_version.py | |
parent | 3e339a073a931f9a6e57973c33275e282c34cbb5 (diff) | |
download | numpy-a75a2b19a3391c41a8a421781caa9dd1e0aa16e9.tar.gz |
Mild changes and version number upgrade.
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 d2f5df724..33b2aa422 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.4.3' +version='0.5.9' import os svn_version_file = os.path.join(os.path.dirname(__file__), |