From cfa09d860a112b1e8bea223dd6564f1529dd3c4d Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Thu, 23 Nov 2023 23:44:48 +0100 Subject: [PATCH] 0.5.7 version release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af3e714..4f8e5b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stockholm" -version = "0.5.6" +version = "0.5.7" description = "Human friendly and flexible package for working with monetary amounts" authors = ["Carl Oscar Aaro "] homepage = "https://github.com/kalaspuff/stockholm"