From d8f31964e3be839fa776772e4d313ce0c8dac4ca Mon Sep 17 00:00:00 2001 From: Fang-Pen Lin Date: Thu, 10 Aug 2023 09:41:04 -0700 Subject: [PATCH] Bump ver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b65e33f..997f585 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wtforms-bootstrap5" -version = "0.2.3" +version = "0.3.0b1" description = "Simple library for rendering WTForms in HTML as Bootstrap 5 form controls" authors = ["Fang-Pen Lin "] license = "MIT"