aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorstuppie2026-08-17 16:14:21 -0600
committerstuppie2026-08-17 16:14:21 -0600
commit254312c1cf91dcbf228944afd3932db8b5bde3a3 (patch)
treeb99ff9ce78296cb4cf08e79fefbed70228358fc9 /pyproject.toml
parent7ff0d6fddb333dd973a827805c0c0cdcded220c7 (diff)
downloadgeneralresearch-3.3.9.tar.gz
generalresearch-3.3.9.zip
model gr business: prefetch_bp_accounts: During ledger account check, make any that dont exist instead of failingv3.3.9
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 9929a76..faa1e15 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "generalresearch"
-version = "3.3.8"
+version = "3.3.9"
description = "Python Utilities for General Research"
readme = "README.md"
requires-python = ">=3.8"