From 4f69108c7c63a174081031aea7151bb709bf3c26 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:48:22 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.0.0rc0=20=E2=86=92=200.1.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 4823943..1a8826f 100644 --- a/pythonkuma/__init__.py +++ b/pythonkuma/__init__.py @@ -8,7 +8,7 @@ from .models import MonitorStatus, MonitorType, UptimeKumaMonitor from .uptimekuma import UptimeKuma -__version__ = "0.0.0rc0" +__version__ = "0.1.0" __all__ = [ "MonitorStatus",