commit 8d3869b24d60ce87ec85f61fec40c0e0e0fccf8d
parent 77f049963f1d12afee1dce974778e04dab24dd6d
Author: lash <dev@holbrook.no>
Date: Sat, 21 Feb 2026 07:16:43 -0600
Bump version
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dummy/setup.cfg b/dummy/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = usawa
-version = 0.1.0
+version = 0.2.0
description = Signed, immutable accounting.
author = Louis Holbrook
author_email = dev@holbrook.no
@@ -25,6 +25,7 @@ include_package_data = True
python_requires = >= 3.7
packages =
usawa
+ usawa.resolve
usawa.runnable
[options.entry_points]