mirror of
https://github.com/beetbox/beets.git
synced 2026-02-26 17:21:24 +01:00
Fix formatting of version to please the formatting CI (#5279)
This commit is contained in:
commit
4c334ef9e7
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from sys import stderr
|
|||
|
||||
import confuse
|
||||
|
||||
__version__ = '2.0.0'
|
||||
__version__ = "2.0.0"
|
||||
__author__ = "Adrian Sampson <adrian@radbox.org>"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue