diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-09-29 13:20:46 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-09-29 13:20:46 -0600 |
commit | 260e8f26f8f808e473f1c839411e28bd33edae4e (patch) | |
tree | 130d146e0c49ae6d242b47133d56b345c8277701 | |
parent | 410ad54f502652b823c4603c84b6c4ab0106fcce (diff) | |
download | numpy-260e8f26f8f808e473f1c839411e28bd33edae4e.tar.gz |
REL: Release.v1.8.0rc1
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,8 +62,8 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] MAJOR = 1 MINOR = 8 MICRO = 0 -ISRELEASED = False -VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO) # Return the git revision as a string def git_version(): |