From ec5f67c3512531f11c48b2e52134eb1df2b50dd9 Mon Sep 17 00:00:00 2001 From: Fang-Pen Lin Date: Wed, 9 Oct 2024 14:56:11 -0700 Subject: [PATCH] Bump ver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56d8175..96835c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beancount-black" -version = "1.0.4" +version = "1.0.5" description = "Opinioned beancount formatter library" authors = ["Fang-Pen Lin "] license = "MIT"