meta: bump
This commit is contained in:
parent
97e541d147
commit
21171e44f2
|
@ -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 <mark@joshwel.co>"]
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue