summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-03-25 21:43:58 +0000
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-03-25 21:43:58 +0000
commit62a7575fd82ddf028517780c01fecf7e0cca27aa (patch)
tree35cd6c09a4a7cb299039a5fe5d3a0a79f4c9f1b4
parentcfeb3fbf725e542fe87cdf91d0e8f0153b0e625b (diff)
downloadnumpy-62a7575fd82ddf028517780c01fecf7e0cca27aa.tar.gz
REL: Release 1.8.1v1.8.1
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 66ee58d92..4e610962c 100755
--- a/setup.py
+++ b/setup.py
@@ -50,8 +50,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 8
MICRO = 1
-ISRELEASED = False
-VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string