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'],