summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-08-09 12:38:44 +0200
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-08-09 12:38:44 +0200
commit4563730a2d036307f1b67b2856d749aabdd8d546 (patch)
treefd81df34932e1edf2f1d8f9e136cbf158b945c7f
parenta64223f11a374d3eadbf86f849aef26bc6a7e369 (diff)
downloadnumpy-maintenance/1.8.x.tar.gz
REL: Release 1.8.2v1.8.2maintenance/1.8.x
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9f3fac0a4..48dc6ec9b 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ MAJOR = 1
MINOR = 8
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