diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-12-13 06:54:34 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-12-13 06:54:34 +0000 |
commit | a20e397e881f3b6c60d00a2195f79b87642f0cb7 (patch) | |
tree | e278f2bd60cd951df7537ac2ee3871504b7a2319 /scipy/core_version.py | |
parent | f0995b54db038fa8e1ecfecf51c2519e48e10043 (diff) | |
download | numpy-a20e397e881f3b6c60d00a2195f79b87642f0cb7.tar.gz |
Fixed so swapped record arrays get converted properly.
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 3708e1368..d59d24b4e 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.8.3' +version='0.8.4' import os svn_version_file = os.path.join(os.path.dirname(__file__), |