From 23e178397d660f15fcf5544091f531d55dd24c37 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Thu, 27 Jun 2024 08:12:16 +1000 Subject: [PATCH] chore: bump version in __init__.py --- voluptuous/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voluptuous/__init__.py b/voluptuous/__init__.py index 99fb3c9..d00baa1 100644 --- a/voluptuous/__init__.py +++ b/voluptuous/__init__.py @@ -83,5 +83,5 @@ # fmt: on -__version__ = '0.15.0' +__version__ = '0.15.1' __author__ = 'alecthomas'