aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-03 18:07:47 +0200
committerDanilo M. <danix@danix.xyz>2026-07-03 18:07:47 +0200
commitd44d62f5944c2765ba009197cc3ac5bb50d073e2 (patch)
tree0d63be2ea8671ed50ffde99ad533a852444c47d8 /pyproject.toml
parent73fffe2e6f359b302b72b1f3740a08e471a31acc (diff)
downloadfirefly-cli-d44d62f5944c2765ba009197cc3ac5bb50d073e2.tar.gz
firefly-cli-d44d62f5944c2765ba009197cc3ac5bb50d073e2.zip
fix(budget): group help blurb, exact Decimal spent, resolver comment (v0.4.1)v0.4.1
Follow-ups from the v0.4.0 review: - add the missing _GROUP_HELP blurb for the budget group (every other group shows one) + a regression test asserting all groups have one. - _spent_scalar sums with decimal.Decimal instead of float (exact money). - note the numeric-name sniffing tradeoff in resolver.budget(). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0d1f7e6..27034f8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "firefly-iii-agent"
-version = "0.4.0"
+version = "0.4.1"
description = "CLI tool for agent interaction with Firefly III"
readme = "README.md"
requires-python = ">=3.11"