summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrgommers <ralf.gommers@googlemail.com>2010-08-01 11:36:22 +0000
committerrgommers <ralf.gommers@googlemail.com>2010-08-01 11:36:22 +0000
commit1ddfa53167695671adbd72de056ae9d30f5c20f7 (patch)
tree3c33c7f0efdb7b15f526cc3dc1ca96f863ca1eb6
parentba22c4aa642d19417971178bb9092303b4d95b52 (diff)
downloadnumpy-1ddfa53167695671adbd72de056ae9d30f5c20f7.tar.gz
REL: Set version to 1.5.0b1, released = True.v1.5.0b1
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 735430a43..e59262aeb 100755
--- a/setup.py
+++ b/setup.py
@@ -56,8 +56,8 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 5
MICRO = 0
-ISRELEASED = False
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
# Return the svn version as a string, raise a ValueError otherwise
def svn_version():