From 1417771024115a9a2ba786e97dd343121feaead7 Mon Sep 17 00:00:00 2001 From: Gianluca Detommaso <32386694+gianlucadetommaso@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:55:04 +0200 Subject: [PATCH] Bump up version (#115) * edit installation instructions in readme * bump up version * make small change in readme because of publish to pypi error * bump up version * bump up version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f66af01..fd82ab47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws-fortuna" -version = "0.1.24" +version = "0.1.25" description = "A Library for Uncertainty Quantification." authors = ["Gianluca Detommaso ", "Alberto Gasparin "] license = "Apache-2.0"