meta: bump

This commit is contained in:
Mark Joshwel 2024-05-11 16:20:13 +00:00
parent 97e541d147
commit 21171e44f2

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "lfcircle" name = "lfcircle"
version = "0.1.0" version = "0.1.1"
description = "last.fm statistics generator for your friend circle!" description = "last.fm statistics generator for your friend circle!"
authors = ["Mark Joshwel <mark@joshwel.co>"] authors = ["Mark Joshwel <mark@joshwel.co>"]
license = "Unlicense" license = "Unlicense"
@ -22,6 +22,13 @@ isort = "^5.13.2"
black = "^24.4.2" black = "^24.4.2"
types-requests = "^2.31.0.20240406" types-requests = "^2.31.0.20240406"
[tool.black]
line-length = 90
[tool.isort]
line_length = 90
profile = "black"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"