reverted stupid copy/paste error in pyproject.toml which caused wrong tool name guessfilename (a different project of mine)

This commit is contained in:
Karl Voit 2026-05-24 17:43:20 +02:00
parent 2b62ab30d2
commit 0094804752

View file

@ -1,7 +1,7 @@
[project]
name = "appendfilename"
version = "2026.03.01.1"
version = "2026.05.24.1"
description = "Intelligent appending text to file names, considering file extensions and file tags"
license = "GPL-3.0-or-later"
readme = { file = "README.org", content-type = "text/plain" }