From be2feed30bc795a8288cd1dd4a8fd7de97ed20e4 Mon Sep 17 00:00:00 2001 From: jorrick Date: Sat, 12 Oct 2024 10:37:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mac_notifications/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac_notifications/__init__.py b/src/mac_notifications/__init__.py index 8e1f1a3..af0a52f 100644 --- a/src/mac_notifications/__init__.py +++ b/src/mac_notifications/__init__.py @@ -4,4 +4,4 @@ from __future__ import annotations -__version__ = "0.2.0" +__version__ = "0.2.1"