diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-08-21 21:22:03 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-21 21:22:03 +0000 |
commit | 7a9ac3e5546a5d21487fe8569cfe56ecd1c86d7c (patch) | |
tree | e82737662d63a8d2cb135c1d705e562f5c5341e1 /numpy/version.py | |
parent | d73e71e413eae0a89006e05e2f78bf5fcfc6b8a7 (diff) | |
download | numpy-7a9ac3e5546a5d21487fe8569cfe56ecd1c86d7c.tar.gz |
Fix silly version number
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 d5954c643..80dd704a3 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,4 +1,4 @@ -version='1.0b4444' +version='1.0b4' release=False if not release: |