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/libwebvi/webvi/api.py | 2 +- src/libwebvi/webvi/asyncurl.py | 2 +- src/libwebvi/webvi/constants.py | 2 +- src/libwebvi/webvi/download.py | 2 +- src/libwebvi/webvi/request.py | 2 +- src/libwebvi/webvi/utils.py | 2 +- src/libwebvi/webvi/version.py | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/libwebvi/webvi') diff --git a/src/libwebvi/webvi/api.py b/src/libwebvi/webvi/api.py index ed4c4a5..f7f4ad1 100644 --- a/src/libwebvi/webvi/api.py +++ b/src/libwebvi/webvi/api.py @@ -1,6 +1,6 @@ # api.py - webvi API # -# 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 diff --git a/src/libwebvi/webvi/asyncurl.py b/src/libwebvi/webvi/asyncurl.py index afc575a..2ebcb99 100644 --- a/src/libwebvi/webvi/asyncurl.py +++ b/src/libwebvi/webvi/asyncurl.py @@ -1,6 +1,6 @@ # asyncurl.py - Wrapper class for using pycurl objects in asyncore # -# 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 diff --git a/src/libwebvi/webvi/constants.py b/src/libwebvi/webvi/constants.py index 860c876..2d29700 100644 --- a/src/libwebvi/webvi/constants.py +++ b/src/libwebvi/webvi/constants.py @@ -1,6 +1,6 @@ # constants.py - Python definitions for constants in libwebvi.h # -# 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 diff --git a/src/libwebvi/webvi/download.py b/src/libwebvi/webvi/download.py index 34240ff..02ec5a2 100644 --- a/src/libwebvi/webvi/download.py +++ b/src/libwebvi/webvi/download.py @@ -1,6 +1,6 @@ # download.py - webvi downloader backend # -# 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 diff --git a/src/libwebvi/webvi/request.py b/src/libwebvi/webvi/request.py index 82e0ebf..c110847 100644 --- a/src/libwebvi/webvi/request.py +++ b/src/libwebvi/webvi/request.py @@ -1,6 +1,6 @@ # request.py - webvi request class # -# 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 diff --git a/src/libwebvi/webvi/utils.py b/src/libwebvi/webvi/utils.py index cefe09a..0fddf17 100644 --- a/src/libwebvi/webvi/utils.py +++ b/src/libwebvi/webvi/utils.py @@ -1,6 +1,6 @@ # utils.py - misc. utility functions # -# 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 diff --git a/src/libwebvi/webvi/version.py b/src/libwebvi/webvi/version.py index 4c4865f..ab3d564 100644 --- a/src/libwebvi/webvi/version.py +++ b/src/libwebvi/webvi/version.py @@ -1,6 +1,6 @@ # version.py - webvi version # -# 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 @@ -15,4 +15,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION = '0.4.0' +VERSION = '0.4.1' -- cgit v1.2.3