mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 00:45:55 +01:00
Fix in-package version number (fix #2086)
This commit is contained in:
parent
2515f98dfc
commit
e39b6bd3fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 <adrian@radbox.org>'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue