From 44c5a34e1b84ccc95ce222b50e8244f4e7bd4408 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Wed, 11 Feb 2026 08:42:31 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.4.0=20=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pythonkuma/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonkuma/__init__.py b/pythonkuma/__init__.py index 5a64742..7be264b 100644 --- a/pythonkuma/__init__.py +++ b/pythonkuma/__init__.py @@ -10,7 +10,7 @@ from .update import UpdateChecker from .uptimekuma import UptimeKuma -__version__ = "0.4.0" +__version__ = "0.4.1" __all__ = [ "MonitorStatus",