Skip to content

Commit ee183c1

Browse files
committed
quickfix
1 parent 753d7bb commit ee183c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beetsplug/bpmanalyser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Created: 2/24/20, 12:09 AM
55
# License: See LICENSE.txt
66

7-
__version__ = '1.5.5'
7+
__version__ = '1.5.6'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Setup
2323
setup(
2424
name='beets-bpmanalyser',
25-
# version=main_ns['__version__'],
25+
version=main_ns['__version__'],
2626
description='A beets plugin for analysing tempo of songs and storing it in the bpm tag.',
2727
author='Adam Jakab',
2828
author_email='[email protected]',

0 commit comments

Comments
 (0)