diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2004-10-07 11:27:44 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2004-10-07 11:27:44 +0000 |
commit | dbc51126bb33edcd6455af1eab5b357753a6eb27 (patch) | |
tree | 21bbf662db9b360e39dd24a864f92a9754e9c2e9 /scipy_test/scipy_test_version.py | |
parent | 3a8d4dcb68555a37ef31b2cdf0d09c50021be422 (diff) | |
download | numpy-dbc51126bb33edcd6455af1eab5b357753a6eb27.tar.gz |
Increased micro version number and undone 0.3.2 release.
Diffstat (limited to 'scipy_test/scipy_test_version.py')
-rw-r--r-- | scipy_test/scipy_test_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy_test/scipy_test_version.py b/scipy_test/scipy_test_version.py index d2f65114a..de48d993d 100644 --- a/scipy_test/scipy_test_version.py +++ b/scipy_test/scipy_test_version.py @@ -1,6 +1,6 @@ major = 0 minor = 3 -micro = 2 +micro = 3 #release_level = 'alpha' release_level = '' try: |