From 4b2ad024a38e303b3b49f56b0e869f09b3ac8394 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:26:01 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.3.2=20=E2=86=92=200.4.0?= 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 f19d36f..5a64742 100644 --- a/pythonkuma/__init__.py +++ b/pythonkuma/__init__.py @@ -10,7 +10,7 @@ from .update import UpdateChecker from .uptimekuma import UptimeKuma -__version__ = "0.3.2" +__version__ = "0.4.0" __all__ = [ "MonitorStatus",