From 0597626f6973c0b35047b65975402ee3ea9e7a92 Mon Sep 17 00:00:00 2001 From: Ewald de Wit Date: Wed, 29 Nov 2023 15:59:42 +0100 Subject: [PATCH] v1.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5cd82e..e3d2d44 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.rst", 'r', encoding="utf-8") as f: setup( name='hifiscan', - version='1.5.1', + version='1.5.2', description='Optimize the audio quality of loudspeakers', long_description=long_description, packages=['hifiscan'],