From a52e9512c8bb16528d0d17e81f162cdc94930512 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Thu, 16 Feb 2023 07:18:05 +0100 Subject: [PATCH] Bump version to 0.4 --- 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 2927a71..4ffbf9f 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.3.1' +__version__ = u'0.4' __status__ = u'Building' __PACKAGE_TITLE__ = u'Xtractor'