added --version flag

This commit is contained in:
Daniel Fichtinger 2025-07-17 22:19:09 -04:00
parent f490e10f1f
commit c2d2780e4a
3 changed files with 14 additions and 3 deletions

View file

@ -1,10 +1,10 @@
[project]
name = "mailfmt"
version = "1.0.3"
version = "1.0.4"
description = "Heuristic plain text email formatter."
readme = "README.md"
authors = [
{ name = "Daniel Fichtinger", email = "daniel@ficd.ca" }
{ name = "Daniel Fichtinger", email = "daniel@ficd.sh" }
]
requires-python = ">=3.11"
dependencies = []