diff options
| author | Travis Oliphant <oliphant@enthought.com> | 2006-07-26 21:14:14 +0000 |
|---|---|---|
| committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-26 21:14:14 +0000 |
| commit | ec6d0629236081a4e24e632f603aa4a0b56926a3 (patch) | |
| tree | 6e1a9eab7ba5944080e67a76aecd9b81c3cf6889 /numpy/version.py | |
| parent | 04dfae6d7468213950012e37adeb86ab82efcdca (diff) | |
| download | numpy-ec6d0629236081a4e24e632f603aa4a0b56926a3.tar.gz | |
Make version number 0.9.9 until 1.0 comes out
Diffstat (limited to 'numpy/version.py')
| -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 fc64ee94b..a0c7a18b3 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,4 +1,4 @@ -version='1.1' +version='0.9.9' import os svn_version_file = os.path.join(os.path.dirname(__file__), |
