diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2016-12-19 15:13:46 -0700 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2016-12-19 15:13:46 -0700 |
| commit | 4cf6f18cff3a4080c6a53e5c2bd63e6b9bf7e5db (patch) | |
| tree | c8e7fbef76db89170da331d14cf8b7fab2709dd4 | |
| parent | a6df5aec7a303db2911a8b6e2f33554e4205b5c4 (diff) | |
| download | numpy-1.12.0rc1.tar.gz | |
REL: NumPy 1.12.0rc1 release.v1.12.0rc1
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,8 +64,8 @@ Operating System :: MacOS MAJOR = 1 MINOR = 12 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 |
