From cfa562f9a483417381fa42bf80eee90cedd0175f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 31 Mar 2024 12:53:32 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d0d24..7a8c7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.6.0 (2024-03-31) + ## 0.5.0 (2024-03-31) ## 0.4.0 (2024-03-31) diff --git a/pyproject.toml b/pyproject.toml index 04beb5f..0deb4fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ficamp" -version = "0.5.0" +version = "0.6.0" description = "Analyze your bank data and categorize it." authors = ["Santiago Fraire Willemoes "] readme = "README.md"