From 79015a3334aa2fcb9eda19e13298c0441560797f Mon Sep 17 00:00:00 2001 From: Sid Date: Wed, 13 Nov 2024 10:00:40 -0800 Subject: [PATCH] Bump version to 4.6.1. --- constants/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/__init__.py b/constants/__init__.py index ec75ffd2..fa6cd716 100644 --- a/constants/__init__.py +++ b/constants/__init__.py @@ -34,7 +34,7 @@ # --------------------------------- # Release -__version__ = "4.6.0" +__version__ = "4.6.1" # Validator schema version __validator_version__ = "4.6.0"