From fa855b5cd23b2daf01cc2c86004124e25cdf1c17 Mon Sep 17 00:00:00 2001 From: John Muradeli Date: Tue, 29 Aug 2023 05:44:07 +0400 Subject: [PATCH] 0.6.3 -> 0.6.4 --- ssqueezepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssqueezepy/__init__.py b/ssqueezepy/__init__.py index f56a374..932ffe3 100644 --- a/ssqueezepy/__init__.py +++ b/ssqueezepy/__init__.py @@ -27,7 +27,7 @@ """ -__version__ = '0.6.3' +__version__ = '0.6.4' __title__ = 'ssqueezepy' __author__ = 'John Muradeli' __license__ = __doc__