From 1835aef61b4d9e1c4a1ef24e3f8f5a1165756cfa Mon Sep 17 00:00:00 2001 From: Marshal Miller <30907840+marshalmiller@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:51:48 -0400 Subject: [PATCH] Update __init__.py --- linkrot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkrot/__init__.py b/linkrot/__init__.py index 90d9943..2b581b5 100644 --- a/linkrot/__init__.py +++ b/linkrot/__init__.py @@ -31,7 +31,7 @@ """ __title__ = "linkrot" -__version__ = "4.0.5" +__version__ = "4.0.6" __author__ = "Marshal Miller" __license__ = "GPL-3.0-or-later" __copyright__ = "Copyright 2023, Marshal Miller"