From 1bcc80257c94427436eea2e50c70c78179ed1fb9 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 1 Sep 2013 09:50:10 -0600 Subject: REL: Release. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ae7f6f677..ab041a062 100755 --- a/setup.py +++ b/setup.py @@ -62,8 +62,8 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] MAJOR = 1 MINOR = 8 MICRO = 0 -ISRELEASED = False -VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO) # Return the git revision as a string def git_version(): -- cgit v1.2.1