summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2015-03-01 14:36:27 +0100
committerJulian Taylor <jtaylor.debian@googlemail.com>2015-03-01 14:36:27 +0100
commit762c6f15bf57506e21239a4dd68192e4da6014f7 (patch)
tree95754132e247f75e4c16d2847d8079c2e7dac70e
parent1f68813218223ef2f353678eab3bc154a6a905d6 (diff)
downloadnumpy-1.9.2.tar.gz
REL: Release 1.9.2v1.9.2
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0790839ae..e85110b4e 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ MAJOR = 1
MINOR = 9
MICRO = 2
ISRELEASED = True
-VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
+VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string