From 6775233e70ea494e4ed5526c9328cbf2510a308d Mon Sep 17 00:00:00 2001 From: 180909 <734461790@qq.com> Date: Sat, 6 Apr 2024 16:42:02 +0800 Subject: [PATCH] fix ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca7581f..34dc09c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ 'Topic :: Software Development :: Libraries :: Python Modules', ] dependencies = ["Flask", "WTForms"] -dynamic = ["version"] +version = "2.3.3" [project.urls] Documentation = "https://bootstrap-flask.readthedocs.io/en/stable/"