From 405a7beca3359cec643f2befe856e4eb88cf32f2 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Thu, 12 Apr 2018 16:23:41 +0100 Subject: [PATCH] Release 6.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44355320a..d833855bc 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ MINOR = 0 MICRO = 0 -IS_RELEASED = False +IS_RELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)