From 7e80f0979e9f7533b2836978c5dee84781fd1be0 Mon Sep 17 00:00:00 2001 From: Santiago Soto <81064015+SantiagoSotoC@users.noreply.github.com> Date: Sat, 28 Oct 2023 13:03:13 -0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9bef5b..6774d76 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='snapcast-mod', - version='2.4.1', + version='2.4.2', description='Control Snapcast.', url='https://github.com/SantiagoSotoC/python-snapcast/', license='MIT',