From a0cff3ba79999fc8140ac376970e8c4ce5961232 Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Tue, 8 Oct 2019 16:55:28 +0200 Subject: [PATCH] Release 1.1.2 (#351) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e710407a..37dd4ce8 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ MINOR = 1 MICRO = 2 -IS_RELEASED = False +IS_RELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)