From f57f59cc27150308a16935469e431839d60949c9 Mon Sep 17 00:00:00 2001 From: Andreas Gerstmayr Date: Fri, 13 Jun 2025 21:43:19 +0200 Subject: [PATCH] Bump version to 1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc60a3e..ff95448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = "beangrow" -version = '1.0.1' +version = '1.1.0' description = 'Returns calculations on portfolios in Beancount Resources' authors = [ { name = 'Martin Blais', email = 'blais@furius.ca' },