Add function to fetch package version from pyproject.toml"

This commit is contained in:
2025-11-15 18:16:45 +00:00
parent 6a73270f23
commit 2013e6b645
2 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "resrm"
version = "0.3.0"
version = "0.3.1"
description = "drop-in replacement for rm with undo/restore built-in."
authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
license = "GPL-3.0-or-later"