diff --git a/lib/beets/__init__.py b/lib/beets/__init__.py index c51abf62..6010d4d3 100644 --- a/lib/beets/__init__.py +++ b/lib/beets/__init__.py @@ -14,6 +14,7 @@ # This particular version has been slightly modified to work with headphones # https://github.com/rembo10/headphones +import os __version__ = '1.3.4' __author__ = 'Adrian Sampson '