From f2e5d2a7ad66205b36eef3b5827323897c5126bd Mon Sep 17 00:00:00 2001 From: Gianluca Detommaso Date: Sun, 30 Jul 2023 16:44:48 +0200 Subject: [PATCH] bump up version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5adc22a2..1687732c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws-fortuna" -version = "0.1.21" +version = "0.1.22" description = "A Library for Uncertainty Quantification." authors = ["Gianluca Detommaso ", "Alberto Gasparin "] license = "Apache-2.0"