From e57abe1302d09e214f7155be160fedd82cfa99d5 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Wed, 8 May 2019 14:59:30 +0100 Subject: [PATCH] Bump to release version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 71c3f7705..ca2b6d36a 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ MINOR = 1 MICRO = 0 -IS_RELEASED = False +IS_RELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)