diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-11-18 09:39:36 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-11-18 09:39:36 +0000 |
commit | a96cec43392ce90036a43c3bf5be5e730b933b77 (patch) | |
tree | f8f2f691bb171d33a81762f0f23f9ecef359eac8 /scipy/core_version.py | |
parent | d23cda7199ae132df9661e676fa0df4910fc2530 (diff) | |
download | numpy-a96cec43392ce90036a43c3bf5be5e730b933b77.tar.gz |
Re-factored ConvertToCommonType and added to C-API.
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 28b156686..bce618c17 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.7.0' +version='0.7.1' import os svn_version_file = os.path.join(os.path.dirname(__file__), |