diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-12-07 03:33:14 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-12-07 03:33:14 +0000 |
commit | ff82140af3974230219fe868c9bdcbbe4f94d6f3 (patch) | |
tree | 86dadfefc4914daeac736e6cce69bbfc573b4e31 /scipy/core_version.py | |
parent | 05e7ce2f90ae4eaf41fddf36af92f6316dd1fd47 (diff) | |
download | numpy-ff82140af3974230219fe868c9bdcbbe4f94d6f3.tar.gz |
Fixed-up PyArray_Scalar to receive Descr structure.
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 d470f8101..e17bb367a 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.8.0' +version='0.8.1' import os svn_version_file = os.path.join(os.path.dirname(__file__), |