diff --git a/pyproject.toml b/pyproject.toml index 80c1523..e74bf10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beancount-black" -version = "1.0.1" +version = "1.0.2" description = "Opinioned code formatter, just like Python's black code formatter but for Beancount" authors = ["Fang-Pen Lin "] license = "MIT"