From 402a3339e757923f9aa469766216006c6eb5d8e3 Mon Sep 17 00:00:00 2001 From: krathjen Date: Sun, 12 Nov 2023 20:19:11 +1100 Subject: [PATCH] Version 2.14.1 - Updated email --- src/studiolibrary/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/studiolibrary/__init__.py b/src/studiolibrary/__init__.py index 614c255f..b5a717e7 100644 --- a/src/studiolibrary/__init__.py +++ b/src/studiolibrary/__init__.py @@ -10,7 +10,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library. If not, see . -__version__ = "2.14.0" +__version__ = "2.14.1" __build_date__ = "November 12, 2023"