From fb52a98c34c3fcd92760002fe815e9406e839812 Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos <ioannist@enthought.com> Date: Wed, 24 Mar 2021 20:06:39 +0000 Subject: [PATCH] Release 1.3.0 commit (#401) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6af9ed53..ee5ff950 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ MINOR = 3 MICRO = 0 -IS_RELEASED = False +IS_RELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)