preparations for 0.9.9

This commit is contained in:
Martin Wagner
2021-01-01 21:20:33 +01:00
parent a695d829d8
commit 7ab40d5049
3 changed files with 4 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ if os.path.isfile("/.flatpak-info"): # test for flatpak environment
gettext.bindtextdomain("mpdevil", "/app/share/locale")
_=gettext.gettext
VERSION="0.9.8-dev" # sync with setup.py
VERSION="0.9.9" # sync with setup.py
COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"