From 1815a073c5f1902310dc5bb701ef47f03ecd560c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Primo=C5=BE=20Godec?= Date: Mon, 22 Mar 2021 17:21:42 +0100 Subject: [PATCH] Release version 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2763d09..6eb7ef6 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ NAME = "Orange3-Explain" -VERSION = "0.2.1" +VERSION = "0.3.0" AUTHOR = "Bioinformatics Laboratory, FRI UL" AUTHOR_EMAIL = "contact@orange.biolab.si"