From b86eb55300a3729c6db30f0214137896ee0d5833 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Wed, 12 Feb 2025 23:34:18 -0800 Subject: [PATCH] Bump version to 1.2.0 --- umu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umu/__init__.py b/umu/__init__.py index e99a85ccd..612f5bb53 100644 --- a/umu/__init__.py +++ b/umu/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.1.4" # noqa: D104 +__version__ = "1.2.0" # noqa: D104 __runtime_versions__ = (("sniper", "steamrt3"), ("soldier", "steamrt2")) __runtime_version__ = __runtime_versions__[0]