diff --git a/beets/__init__.py b/beets/__init__.py index 830477a9a..d5d2eca4d 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -19,7 +19,7 @@ import os from beets.util import confit -__version__ = u'1.3.18' +__version__ = u'1.3.20' __author__ = u'Adrian Sampson '