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