From 290521f81c322cdefd4febb800ee7812dbef6a4a Mon Sep 17 00:00:00 2001 From: tr4nt0r Date: Sun, 2 Aug 2026 02:37:30 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.5.1=20=E2=86=92=200.5.2?= 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 17cb23c..5bd10aa 100644 --- a/pythonkuma/__init__.py +++ b/pythonkuma/__init__.py @@ -11,7 +11,7 @@ from .update import UpdateChecker from .uptimekuma import UptimeKuma -__version__ = "0.5.1" +__version__ = "0.5.2" __all__ = [ "MonitorStatus",