diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-09-02 23:52:37 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-09-02 23:52:37 +0000 |
commit | fb6fcca418f4d802a813129f2a5ece3dea2fd3ce (patch) | |
tree | 91d594a8527384e01195133662cfee377f0503cc /numpy | |
parent | d29107a248130bbb68ecac58d6720d716529141c (diff) | |
download | numpy-fb6fcca418f4d802a813129f2a5ece3dea2fd3ce.tar.gz |
trunk is open for 1.3 development
Diffstat (limited to 'numpy')
-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 3e9a3e8de..7a83d6daf 100644 --- a/numpy/version.py +++ b/numpy/version.py @@ -1,4 +1,4 @@ -version='1.2.0' +version='1.3.0' release=False if not release: |