From 8675ee10ceccd9c12e69b807f0291dcec9b6dfdb Mon Sep 17 00:00:00 2001 From: Sid Date: Mon, 23 Dec 2024 12:38:38 -0800 Subject: [PATCH] Bump version to 2.7.2. --- constants/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/__init__.py b/constants/__init__.py index da0430e..2db6d72 100644 --- a/constants/__init__.py +++ b/constants/__init__.py @@ -33,7 +33,7 @@ # Project Constants. # --------------------------------- -__version__ = "2.7.1" +__version__ = "2.7.2" version_split = __version__.split(".") __spec_version__ = ( (1000 * int(version_split[0]))