From 90938658680f5eb1eb135fab70b230c342e46433 Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Fri, 20 Sep 2019 15:17:24 +0200 Subject: [PATCH] Release 1.1.1 (#343) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d4ceab8..5c5836f4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ MINOR = 1 MICRO = 1 -IS_RELEASED = False +IS_RELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)