From 4a9655842118c81dd04121bdc91d622ff4aab349 Mon Sep 17 00:00:00 2001 From: Bates Larsson Date: Wed, 9 Oct 2024 10:03:27 +0100 Subject: [PATCH] Update __init__.py --- whctools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whctools/__init__.py b/whctools/__init__.py index 2f4d5e8..6783660 100644 --- a/whctools/__init__.py +++ b/whctools/__init__.py @@ -3,5 +3,5 @@ # pylint: disable = invalid-name default_app_config = "whctools.apps.WhctoolsConfig" -__version__ = "1.0.4" +__version__ = "1.0.5" __title__ = "WHC Tools"