From bd3573585ae9f0dde6ce765a5f462dbdcf1b8be3 Mon Sep 17 00:00:00 2001 From: Fang-Pen Lin Date: Sat, 16 Mar 2024 19:17:48 -0700 Subject: [PATCH] Bump ver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91b8e87..ed91d64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beancount-black" -version = "0.2.1" +version = "1.0.0" description = "Opinioned code formatter, just like Python's black code formatter but for Beancount" authors = ["Fang-Pen Lin "] license = "MIT"