diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2004-10-07 11:02:08 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2004-10-07 11:02:08 +0000 |
commit | 3a8d4dcb68555a37ef31b2cdf0d09c50021be422 (patch) | |
tree | c3a79746796015f1a2e076c1293f2aed403ed6fc /scipy_test/scipy_test_version.py | |
parent | 68603ef3f6378c318c722e3bc44d581b1d9be894 (diff) | |
download | numpy-3a8d4dcb68555a37ef31b2cdf0d09c50021be422.tar.gz |
Prepearing for the 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 c4d15e542..d2f65114a 100644 --- a/scipy_test/scipy_test_version.py +++ b/scipy_test/scipy_test_version.py @@ -1,6 +1,6 @@ major = 0 minor = 3 -micro = 1 +micro = 2 #release_level = 'alpha' release_level = '' try: |