From fc25ecc09bfb80ecb74304ad3f15c8fc2670e062 Mon Sep 17 00:00:00 2001 From: Tim Adler Date: Mon, 23 Sep 2024 23:47:52 +0200 Subject: [PATCH] Bump to 0.2.1 --- src/web_watchr/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web_watchr/__init__.py b/src/web_watchr/__init__.py index ae75c58..7ca3ed7 100644 --- a/src/web_watchr/__init__.py +++ b/src/web_watchr/__init__.py @@ -3,6 +3,6 @@ from .watchr import Watchr __all__ = ["Watchr"] -__version__ = "0.2.0" +__version__ = "0.2.1" logger.disable("website_monitoring_bot")