diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-10-12 09:05:09 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-10-12 09:05:09 +0000 |
commit | e3ba6c65315e036990a8c28fd8dd5a072c7dc635 (patch) | |
tree | 667d9a08efe80fb0d85e17556c3c33efce899ea6 /scipy/core_version.py | |
parent | 594ec3777ef54b23c89cc0b3d9c7563fbf88be62 (diff) | |
download | numpy-e3ba6c65315e036990a8c28fd8dd5a072c7dc635.tar.gz |
Fix buglet in set_numeric_ops
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 c43b68ee9..0ecaf8b62 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.4.2' +version='0.4.3' try: import base.__svn_version__ as svn |