From c8ce489b2a42b8ab5d035c5ba40d0565f7c37f23 Mon Sep 17 00:00:00 2001 From: DogFortune Date: Mon, 22 Dec 2025 15:08:34 +0900 Subject: [PATCH] update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f52b211..63a3d75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Perform connectivity checks on URLs listed in the Markdown" license-files = ["LICENSE"] readme = "README.md" requires-python = ">=3.10" -version = "1.0.0" +version = "1.0.1" dependencies = ["dataclasses-json"] keywords = ["check", "url", "link"] classifiers = [