diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-05-18 00:09:27 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-05-18 00:09:27 +0000 |
commit | 3f7fc98591d11b0a67372699371843f9fd019e36 (patch) | |
tree | 47027635bc9ccd9af5e5aa1292af1f6b1c51206f | |
parent | 1b425c5c98cfd68dff1741e35cb4e846b78fbd99 (diff) | |
download | numpy-3f7fc98591d11b0a67372699371843f9fd019e36.tar.gz |
Update head revision to 0.9.9
-rw-r--r-- | numpy/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/version.py b/numpy/version.py index f1fb412b8..a0c7a18b3 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,4 +1,4 @@ -version='0.9.7' +version='0.9.9' import os svn_version_file = os.path.join(os.path.dirname(__file__), |