summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-10-07 13:34:37 -0600
committerCharles Harris <charlesr.harris@gmail.com>2015-10-07 13:34:37 -0600
commite905cad9646ad65316458bbc7f5c83a9d5ec8728 (patch)
tree84aa67a41a110e0558c9585b3c4fd5160f91c0e0
parent83aff24563f83f334cdcb2f190a7c944007af8b7 (diff)
downloadnumpy-e905cad9646ad65316458bbc7f5c83a9d5ec8728.tar.gz
REL: 1.10.0.post2 release.v1.10.0.post2
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 3cc86e047..7ffdde74a 100755
--- a/setup.py
+++ b/setup.py
@@ -58,8 +58,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 10
MICRO = 0
-ISRELEASED = False
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%d.post2' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string