fix: --plain should trim leading and trailing blank lines & v0.2.0

This commit is contained in:
2026-04-01 20:55:20 +02:00
parent 8af43ed112
commit 83c9553309
4 changed files with 12 additions and 7 deletions
+2 -5
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "lrx-cli"
version = "0.1.7"
version = "0.2.0"
description = "Fetch line-synced lyrics for your music player."
readme = "README.md"
requires-python = ">=3.13"
@@ -25,7 +25,4 @@ lrx = "lrx_cli.cli:run"
ignore = ["E402"]
[dependency-groups]
dev = [
"pytest>=9.0.2",
"ruff>=0.15.8",
]
dev = ["pytest>=9.0.2", "ruff>=0.15.8"]