diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-12-03 01:27:29 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-12-03 01:27:29 +0000 |
commit | 7050eb54919b693eb4e718622e4ecbd0035b3007 (patch) | |
tree | 69105fdfb77e59d3f76c2e0dfaeeffb53078aba9 /scipy/core_version.py | |
parent | 4ba40d45bedc670d0a1a69ca023ddcdab3946091 (diff) | |
download | numpy-7050eb54919b693eb4e718622e4ecbd0035b3007.tar.gz |
Saving changes.
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 2ba68796a..d470f8101 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.7.4' +version='0.8.0' import os svn_version_file = os.path.join(os.path.dirname(__file__), |