diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-09-30 00:13:39 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-09-30 00:13:39 +0000 |
commit | 18ee121816ee20861a75211004232f7e206848f2 (patch) | |
tree | 9cb395b0ea2a3ed15b385069be412ac0364d087b /scipy/core_version.py | |
parent | 1ba7b907d04cff8dc0e07e0815ce231bd93121ab (diff) | |
download | numpy-18ee121816ee20861a75211004232f7e206848f2.tar.gz |
Fixed compatibility issues.
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 b9f95f905..9c35bfd95 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1 +1 @@ -version='0.4.0' +version='0.4.1' |