diff options
| author | David Cournapeau <cournape@gmail.com> | 2009-03-28 13:45:37 +0000 |
|---|---|---|
| committer | David Cournapeau <cournape@gmail.com> | 2009-03-28 13:45:37 +0000 |
| commit | efc49bb76f9d9eacb3825d6f42ba283e0c0985c2 (patch) | |
| tree | 17dacdb2c3d10206c2cfc568c50d84da3c8e0ba6 /setup.py | |
| parent | 39b3e2ba014c2cca8cebc66a5bf1b66a6c72a01f (diff) | |
| download | numpy-1.3.0rc1.tar.gz | |
Release RC1 for 1.3.0.v1.3.0rc1
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] MAJOR = 1 MINOR = 3 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO) # Return the svn version as a string (copied from setuptools) |
