preparations for 0.9.5

This commit is contained in:
Martin Wagner
2020-10-25 11:54:03 +01:00
parent dad4155779
commit a183d8241e
4 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ import dbus.service
from dbus.mainloop.glib import DBusGMainLoop
DBusGMainLoop(set_as_default=True)
VERSION="0.9.4-dev" # sync with setup.py
VERSION="0.9.5" # sync with setup.py
COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"