| commit | 94a1fa8166f715024c3ace71ef25b8498d0c8661 | [log] [tgz] |
|---|---|---|
| author | David Cournapeau <cournape@gmail.com> | Tue Dec 01 01:12:05 2009 |
| committer | David Cournapeau <cournape@gmail.com> | Tue Dec 01 01:12:05 2009 |
| tree | afff2ad32f96dbbb5afdfd6e48bcda7cdb755b8d | |
| parent | 7ee0d5e3ab4ccb425d2e3e050781ebf041a0abc3 [diff] |
REL: release 1.4.0rc1.
diff --git a/setup.py b/setup.py index bda5998..31cf1d4 100755 --- a/setup.py +++ b/setup.py
@@ -51,8 +51,8 @@ MAJOR = 1 MINOR = 4 MICRO = 0 -ISRELEASED = False -VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO) # Return the svn version as a string, raise a ValueError otherwise def svn_version():