From 40f6f88ae5097fb56d71e6ef4c3797d73e0cb77b Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Wed, 4 Oct 2023 18:10:54 +0200 Subject: [PATCH] Release 1.9.0 Based on Orange3 3.36.1 and orange-spectrocopy 0.6.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6566ce8..288ed52 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ NAME = "Quasar" -VERSION = "1.7.0" +VERSION = "1.9.0" DESCRIPTION = "Quasar is a collection of data analysis toolboxes extending the Orange suite." LONG_DESCRIPTION = open(path.join(path.dirname(__file__), 'README.pypi')).read()