diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-12-13 17:21:30 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-12-13 17:21:30 +0000 |
commit | 85203aa7cc2b0005c014a237e8e9926b75bbffe5 (patch) | |
tree | a741fcc9637fc7265b17676e395b3f1a6384d4df /scipy/core_version.py | |
parent | 21711f8ed7f4b34d3a222f1fcdb7c57d82cba7d0 (diff) | |
download | numpy-85203aa7cc2b0005c014a237e8e9926b75bbffe5.tar.gz |
Bumped up version number.
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 d59d24b4e..3a1f3887a 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.8.4' +version='0.8.5' import os svn_version_file = os.path.join(os.path.dirname(__file__), |