From 3550a009e69dffbdb19aa526f9d2532dcb04845b Mon Sep 17 00:00:00 2001 From: Patrick Robertson Date: Fri, 28 Mar 2025 13:53:29 +0000 Subject: [PATCH] =?UTF-8?q?v1.0.0=20release=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ccb53b..3df30aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [project] name = "auto-archiver" -version = "0.13.9" +version = "1.0.0" description = "Automatically archive links to videos, images, and social media content from Google Sheets (and more)." requires-python = ">=3.10,<3.13"