From 60b842205f813cb5c5a89235b73aa7993acb160d Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:22:26 +0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f8f1e4..8e948cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "flask-hcaptcha" -version = "0.7.1" +version = "0.7.2" description = "A hCaptcha extension for Flask based on flask-recaptcha" readme = "README.md" license = {text = "MIT License"}