From 6e399760bcad66c3651c9c8cea3537a201f587e2 Mon Sep 17 00:00:00 2001 From: Jonathan Perron Date: Tue, 12 Aug 2025 12:00:46 +0200 Subject: [PATCH] chore(version): bump to 1.2.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2b7cfc..f23c1f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] -version = "1.2.2" +version = "1.2.3" requires-python = ">=3.10" dependencies = [ "requests>=2.32, < 3",