commit | c9d632d3d112854a7a865762097dedc6535a41ed | [log] [tgz] |
---|---|---|
author | Travis Oliphant <oliphant@enthought.com> | Thu Oct 19 04:46:19 2006 |
committer | Travis Oliphant <oliphant@enthought.com> | Thu Oct 19 04:46:19 2006 |
tree | a323229ac1e7194cb2c75f1e9da6632ae9971655 | |
parent | bafa719696243a03bf0f1f3b2f7bf0c6bb0f26ed [diff] |
Make a release.
diff --git a/numpy/version.py b/numpy/version.py index e7860c7..9192e14 100644 --- a/numpy/version.py +++ b/numpy/version.py
@@ -1,5 +1,5 @@ -version='1.0' -release=False +version='1.0rc3' +release=True if not release: import os