From 9a0ccb1de85fdc358de9da61d3d39fb63c6aff24 Mon Sep 17 00:00:00 2001 From: Gianluca Detommaso <32386694+gianlucadetommaso@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:25:40 +0100 Subject: [PATCH] Bump up the version (#148) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb9ac2b6..5b0798f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws-fortuna" -version = "0.1.38" +version = "0.1.39" description = "A Library for Uncertainty Quantification." authors = ["Gianluca Detommaso ", "Alberto Gasparin "] license = "Apache-2.0"