diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-11-29 01:01:53 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-11-29 01:01:53 +0000 |
commit | d51cd611fc8e8c65ca2257c1ac47a0a6f1c7da54 (patch) | |
tree | 0906f647ecc416fb53c4de31a294615391aac1fc /scipy/core_version.py | |
parent | 2ff29c5484d3a2365a2f1d1fc6274c79bf0d1bda (diff) | |
download | numpy-d51cd611fc8e8c65ca2257c1ac47a0a6f1c7da54.tar.gz |
Changed version since API addition.
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 bce618c17..735e90c9a 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.7.1' +version='0.7.2' import os svn_version_file = os.path.join(os.path.dirname(__file__), |