diff options
| author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-11-18 20:11:12 +0200 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-11-18 20:11:12 +0200 |
| commit | 6728fac61a344ff94ce4d8746957f585ec7c7ccf (patch) | |
| tree | 93fc63e34aa7219dfac9a3dbf542666ca9aab1a1 /src/webvicli | |
| parent | 6edb052b185fe3045e4dcb4f541a5a05a167efb9 (diff) | |
| download | vdr-plugin-webvideo-6728fac61a344ff94ce4d8746957f585ec7c7ccf.tar.gz vdr-plugin-webvideo-6728fac61a344ff94ce4d8746957f585ec7c7ccf.tar.bz2 | |
prepare for release
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 e431589..9c092d4 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, WebviErr, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig from . import menu -VERSION = '0.3.3' +VERSION = '0.4.0' # Default options DEFAULT_PLAYERS = ['vlc --play-and-exit "%s"', |
