From 26abd6f7aef08a95b92cfd1a2527d59d31f32f70 Mon Sep 17 00:00:00 2001 From: erinhmclark Date: Thu, 2 Jan 2025 16:46:47 +0000 Subject: [PATCH] Added TODO comment for adding a version restriction. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb942ee..7845f71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ [tool.poetry] name = "auto-archiver" -version = "0.13.0" # Ensure this matches your versioning strategy +# TODO Add check for consistent versioning +version = "0.13.0" description = "Automatically archive links to videos, images, and social media content from Google Sheets (and more)." authors = ["Bellingcat "] license = "MIT"