From bc34791d5f7f0dcb9ab0ee591a14bb6c1cdcc390 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:24:47 -0700 Subject: [PATCH] Bump version to 1.1.2 --- umu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umu/__init__.py b/umu/__init__.py index 520d6cb4..5f867231 100644 --- a/umu/__init__.py +++ b/umu/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" # noqa: D104 +__version__ = "1.1.2" # noqa: D104