| commit | 59aec750c677b348dce102bc6fa1e6f9395362b8 | [log] [tgz] |
|---|---|---|
| author | Charles Harris <charlesr.harris@gmail.com> | Thu May 18 18:01:19 2017 |
| committer | Charles Harris <charlesr.harris@gmail.com> | Thu May 18 18:01:19 2017 |
| tree | d24edf4c6a1875aff4e7b87aaf63ffd0e052da15 | |
| parent | 7ea4d3b099f2155cb14b8fb04c033699cdb225b2 [diff] |
REL: NumPy 1.13.0rc2 release.
diff --git a/setup.py b/setup.py index ed8b457..c669214 100755 --- a/setup.py +++ b/setup.py
@@ -64,8 +64,8 @@ MAJOR = 1 MINOR = 13 MICRO = 0 -ISRELEASED = False -VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO) # Return the git revision as a string