From 15e01cbe7043a3a53f2c09980b60a1bc2f9e58cd Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Wed, 9 Apr 2025 14:32:33 -0500 Subject: [PATCH] bump version 0.1.3>0.1.4 --- htmx_patterns/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmx_patterns/__about__.py b/htmx_patterns/__about__.py index 2add7af..5a7ed2b 100644 --- a/htmx_patterns/__about__.py +++ b/htmx_patterns/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = "0.1.3" +__version__ = "0.1.4"