From edce70863a66819172022706a6f31226b9a01740 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Mon, 3 Apr 2023 07:38:11 +0200 Subject: [PATCH] Bump version to 0.4.1 --- beetsplug/xtractor/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/xtractor/about.py b/beetsplug/xtractor/about.py index 4ffbf9f..0f05be0 100755 --- a/beetsplug/xtractor/about.py +++ b/beetsplug/xtractor/about.py @@ -6,7 +6,7 @@ __email__ = u'adam@jakab.pro' __copyright__ = u'Copyright (c) 2020, {} <{}>'.format(__author__, __email__) __license__ = u'License :: OSI Approved :: MIT License' -__version__ = u'0.4' +__version__ = u'0.4.1' __status__ = u'Building' __PACKAGE_TITLE__ = u'Xtractor'