From 21171e44f2425c5f1247bbd386cc16ccfb2a403c Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Sat, 11 May 2024 16:20:13 +0000 Subject: [PATCH] meta: bump --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0f8b2e..6ab6510 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lfcircle" -version = "0.1.0" +version = "0.1.1" description = "last.fm statistics generator for your friend circle!" authors = ["Mark Joshwel "] license = "Unlicense" @@ -22,6 +22,13 @@ isort = "^5.13.2" black = "^24.4.2" types-requests = "^2.31.0.20240406" +[tool.black] +line-length = 90 + +[tool.isort] +line_length = 90 +profile = "black" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"