diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-07-21 08:03:27 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-21 08:03:27 +0000 |
commit | dcad2cefe8a76b72e7ab93498db61edac41d5748 (patch) | |
tree | 9a3c99e3e20667c98dfaf1d4b9979b449b2b1112 /numpy/version.py | |
parent | 3e0ef32d75cbe0749e96666e3fae03101bf837bb (diff) | |
download | numpy-dcad2cefe8a76b72e7ab93498db61edac41d5748.tar.gz |
Change trunk to version 1.1
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 a0c7a18b3..fc64ee94b 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,4 +1,4 @@ -version='0.9.9' +version='1.1' import os svn_version_file = os.path.join(os.path.dirname(__file__), |