diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-11-13 03:42:13 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-11-13 03:42:13 +0000 |
commit | 35c019e267d08bee6c17308b29c5bc6c4928dec6 (patch) | |
tree | f484ceed3f42cdd5b654773d0a840eee77115ad8 /scipy/core_version.py | |
parent | 5a215e75e2ee5100c1e6076123b10f135f62b14c (diff) | |
download | numpy-35c019e267d08bee6c17308b29c5bc6c4928dec6.tar.gz |
Updated version...
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 0e1332ba6..7763ba426 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.6.1' +version='0.6.2' import os svn_version_file = os.path.join(os.path.dirname(__file__), |