From 2390f5bbad09c62e779f8757a5b0f9e903ed4289 Mon Sep 17 00:00:00 2001 From: janezd Date: Sun, 21 Apr 2024 19:38:55 +0200 Subject: [PATCH] Release 0.9.1 --- README.pypi | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.pypi b/README.pypi index f79f09d..17c8076 100644 --- a/README.pypi +++ b/README.pypi @@ -1,5 +1,5 @@ Orange3 Pumice ============== -Education widget developped to teach data mining by including it into +Educational widgets developed to teach data mining by including it into different schools subjects. For details, see https://pumice.si/en/. \ No newline at end of file diff --git a/setup.py b/setup.py index 457ba82..7f769c6 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import setup, find_packages -VERSION = "0.9" +VERSION = "0.9.1" INSTALL_REQUIRES = ( 'Orange3>=3.36',