From dc1bc21cbd2dc3ae2b06507e51a62c2823f00002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Poulain--Auz=C3=A9au?= <47986600+louisPoulain@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:35:29 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc0c349..3f0ed16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mlpp-lib" -version = "0.13.0" +version = "0.14.0" description = "Collection of methods for ML-based postprocessing of weather forecasts." authors = ["Daniele Nerini "] include = ["LICENSE", "README.md"]