diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-11-29 05:59:01 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-11-29 05:59:01 +0000 |
commit | 25a5a74415005f887c51eac99a81ac16c12ec41e (patch) | |
tree | 4272e4b8c7780cb8fa852fea771287819d61bb1b /scipy/core_version.py | |
parent | aa61c8c72f2ac24c5c144ebc9a7bc3e248f40c6b (diff) | |
download | numpy-25a5a74415005f887c51eac99a81ac16c12ec41e.tar.gz |
Add GetPyValues to UFunc_API. Add mechanism so that if default ufunc pyvalues are in use the variable look up is by-passed. A method call updates this static variable.
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 735e90c9a..e4aecefd9 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.7.2' +version='0.7.3' import os svn_version_file = os.path.join(os.path.dirname(__file__), |