From 4515beca8cd9e785e625519613d73e45e71a4c38 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Wed, 27 May 2015 15:49:53 +0100 Subject: [PATCH] Create release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 069c53201..619e473e3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ MINOR = 5 MICRO = 1 -IS_RELEASED = False +IS_RELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)