preparations for 0.9.3

This commit is contained in:
Martin Wagner
2020-09-27 17:15:32 +02:00
parent a03ce82f3b
commit 5415ee08e4
3 changed files with 3 additions and 3 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.3" # sync with setup.py
COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"