diff --git a/bin/mpdevil b/bin/mpdevil index 8279452..cf83f0d 100755 --- a/bin/mpdevil +++ b/bin/mpdevil @@ -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)$" diff --git a/screenshots/mainwindow_0.9.4.png b/screenshots/mainwindow_0.9.4.png deleted file mode 100644 index 0d4f6d0..0000000 Binary files a/screenshots/mainwindow_0.9.4.png and /dev/null differ diff --git a/screenshots/mainwindow_0.9.5.png b/screenshots/mainwindow_0.9.5.png new file mode 100644 index 0000000..f6b0472 Binary files /dev/null and b/screenshots/mainwindow_0.9.5.png differ diff --git a/setup.py b/setup.py index 0cf608f..50cacca 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import DistUtilsExtra.auto DistUtilsExtra.auto.setup( name='mpdevil', - version='0.9.4', # sync with bin/mpdevil + version='0.9.5', # sync with bin/mpdevil author="Martin Wagner", author_email="martin.wagner.dev@gmail.com", description=('A simple music browser for MPD'),