docs: remove version from pyproject.yml

This commit is contained in:
Herculino Trotta
2025-12-27 19:58:46 -03:00
parent d7c255aa14
commit 3699c6c671

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "wygiwyh" name = "wygiwyh"
version = "0.8.13" dynamic = ["version"]
description = "An opinionated and powerful finance tracker." description = "An opinionated and powerful finance tracker."
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"