From f07fdbc500b593c7d805c628f3750e8a783cb32d Mon Sep 17 00:00:00 2001 From: Dave Mateer Date: Mon, 16 Jun 2025 14:54:15 +0100 Subject: [PATCH] Custom local version comment in toml file --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cdbb86b..2299350 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,8 @@ build-backend = "poetry.core.masonry.api" [project] name = "auto-archiver" +# to add a custom version use local versioning eg 1.1.0+dm.1 +# then poetry install version = "1.1.0" description = "Automatically archive links to videos, images, and social media content from Google Sheets (and more)."