diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-10-12 07:50:14 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-10-12 07:50:14 +0000 |
commit | 82fb451cf43785e6b7313a140e2cc3997eeb5ff2 (patch) | |
tree | 99c550c206ad14ddf8f3ca6751d8c0cd56ce9b9c /scipy/core_version.py | |
parent | dce41a2a15d9be0cd2cd592ed209b7f30ce166ee (diff) | |
download | numpy-82fb451cf43785e6b7313a140e2cc3997eeb5ff2.tar.gz |
Moved back to 0.4.2
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 0ecaf8b62..c43b68ee9 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.4.3' +version='0.4.2' try: import base.__svn_version__ as svn |