diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2011-06-12 21:45:24 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2011-06-12 21:45:24 +0300 |
| commit | 15b105520bc2a032858c9b065e3800faa1242d77 (patch) | |
| tree | 96fe38f95d9b948b85946add43e4e9a99a390082 /src/webvicli | |
| parent | bd0002f34e881de66a34ba0b504519a953f25b80 (diff) | |
| download | vdr-plugin-webvideo-15b105520bc2a032858c9b065e3800faa1242d77.tar.gz vdr-plugin-webvideo-15b105520bc2a032858c9b065e3800faa1242d77.tar.bz2 | |
Bump version
Diffstat (limited to 'src/webvicli')
| -rw-r--r-- | src/webvicli/webvicli/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index f82c32a..9ddb438 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -36,7 +36,7 @@ from urlparse import urlparse from webvi.constants import WebviRequestType, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig from . import menu -VERSION = '0.4.1' +VERSION = '0.4.2' # Default options DEFAULT_PLAYERS = ['vlc --play-and-exit "%s"', |
