diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-12-26 07:29:42 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-12-26 07:29:42 +0000 |
commit | 36e55fb0bfd3f55f2ece8cbf68a7b912df6de9e6 (patch) | |
tree | b135ebc450ace69fc5099536cbd052d5fcfc4900 | |
parent | 0bc5df95d73b3b5e2712e6c8d378971dae75dd6b (diff) | |
download | numpy-36e55fb0bfd3f55f2ece8cbf68a7b912df6de9e6.tar.gz |
Changed the version in preparation for a release.
-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 754a70e6a..3b6994b10 100644 --- a/scipy/core_version.py +++ b/scipy/core_version.py @@ -1,4 +1,4 @@ -version='0.8.6' +version='0.9.0' import os svn_version_file = os.path.join(os.path.dirname(__file__), |