From d0b96e1e5aa84566ec2c0e9e9058173dfa65a7ee Mon Sep 17 00:00:00 2001 From: gscebba Date: Wed, 25 Sep 2024 17:28:56 +0200 Subject: [PATCH] version update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 787f25d..ffd8e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", ] -version = "0.2.0" +version = "0.2.1" license = {file="LICENSE.md"} description = "UNIQUE is a Python package for uncertainty quantification and benchmarking of ML models' predictions." requires-python = ">=3.8,<=3.12.1"