From b323e910a4a177b4c11db9e95f548b6309419ed7 Mon Sep 17 00:00:00 2001 From: Jonathan Perron Date: Sun, 19 Apr 2026 19:06:01 +0200 Subject: [PATCH] chore(bump): bump to version 3.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cfb094..2f592f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", ] -version = "3.0.0" +version = "3.0.1" requires-python = ">=3.12" dependencies = [ "requests>=2.33, < 3",