preparations for 0.9.2

This commit is contained in:
Martin Wagner
2020-09-20 20:33:10 +02:00
parent f6c06c5da1
commit c3bf66e618
2 changed files with 2 additions and 2 deletions

View File

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