diff options
| author | David Cournapeau <cournape@gmail.com> | 2009-12-28 01:25:08 +0000 |
|---|---|---|
| committer | David Cournapeau <cournape@gmail.com> | 2009-12-28 01:25:08 +0000 |
| commit | 4b42c8f6b81d87f35ed8dcf4430224992cf2d296 (patch) | |
| tree | 386b14462aa04ccfd86ec0ed567813a173c4fc9e | |
| parent | dc55b991ce8b5db1c96459efe39ba12ec16de749 (diff) | |
| download | numpy-4b42c8f6b81d87f35ed8dcf4430224992cf2d296.tar.gz | |
REL: release NumPy 1.4.0.v1.4.0
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,8 +51,8 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] MAJOR = 1 MINOR = 4 MICRO = 0 -ISRELEASED = False -VERSION = '%d.%d.%drc3' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # Return the svn version as a string, raise a ValueError otherwise def svn_version(): |
