From 568b9455f15fedae69cade9f46228848a76a3da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20K=C3=B6nig?= Date: Fri, 31 Jan 2020 21:14:08 +0100 Subject: [PATCH] bump version to v3.5.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 614946b..fd4ed42 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="musiccat", - version="3.5.3", + version="3.5.4", packages=["musiccat"], install_requires=['pyyaml', 'python-Levenshtein-wheels', 'pypiwin32'],