From 7c8ba24916e0ba8f203b02bb6d92ad463b600c08 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Sun, 17 Apr 2011 13:39:02 +0300 Subject: Bump version --- src/webvicli/webvi | 2 +- src/webvicli/webvicli/client.py | 4 ++-- src/webvicli/webvicli/menu.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/webvicli') diff --git a/src/webvicli/webvi b/src/webvicli/webvi index b8fa190..082b086 100755 --- a/src/webvicli/webvi +++ b/src/webvicli/webvi @@ -2,7 +2,7 @@ # menu.py - starter script for webvicli # -# Copyright (c) 2010 Antti Ajanki +# Copyright (c) 2010, 2011 Antti Ajanki # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index cffae15..853d549 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -2,7 +2,7 @@ # webvicli.py - webvi command line client # -# Copyright (c) 2009, 2010 Antti Ajanki +# Copyright (c) 2009-2011 Antti Ajanki # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ from urlparse import urlparse from webvi.constants import WebviRequestType, WebviErr, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig from . import menu -VERSION = '0.4.0' +VERSION = '0.4.1' # Default options DEFAULT_PLAYERS = ['vlc --play-and-exit "%s"', diff --git a/src/webvicli/webvicli/menu.py b/src/webvicli/webvicli/menu.py index 70ef6ea..f1f1f21 100644 --- a/src/webvicli/webvicli/menu.py +++ b/src/webvicli/webvicli/menu.py @@ -1,6 +1,6 @@ # menu.py - menu elements for webvicli # -# Copyright (c) 2009, 2010 Antti Ajanki +# Copyright (c) 2009-2011 Antti Ajanki # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.3