summaryrefslogtreecommitdiff
path: root/scipy/core_version.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-11-29 05:59:01 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-11-29 05:59:01 +0000
commit25a5a74415005f887c51eac99a81ac16c12ec41e (patch)
tree4272e4b8c7780cb8fa852fea771287819d61bb1b /scipy/core_version.py
parentaa61c8c72f2ac24c5c144ebc9a7bc3e248f40c6b (diff)
downloadnumpy-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.py2
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__),