From a0548497f1238e3ee686bef10a26727b6d8b415f Mon Sep 17 00:00:00 2001 From: Fang-Pen Lin <hello@fangpenlin.com> Date: Thu, 23 Feb 2023 12:48:21 -0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19be85d..e397fe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wtforms-bootstrap5" -version = "0.1.3" +version = "0.1.6" description = "Simple library for rendering WTForms in HTML as Bootstrap 5 form controls" authors = ["Fang-Pen Lin <fangpen@launchplatform.com>"] license = "MIT"