diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-12-11 08:38:41 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-12-11 08:38:41 +0000 |
commit | c14792d056422fe02219efc600ca9d67c4bbd56d (patch) | |
tree | 8cf6642c8c313e101870a60e22eb46f9b7518832 /scipy/core_version.py | |
parent | cf4cf7f0e6af89772aeb6daeb7f6f05f3c51f8ae (diff) | |
download | numpy-c14792d056422fe02219efc600ca9d67c4bbd56d.tar.gz |
Sped up arange and remainder.
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 710abda34..3708e1368 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.8.2' +version='0.8.3' import os svn_version_file = os.path.join(os.path.dirname(__file__), |