From fe38bc889ed39527467a522a1ae4ccdb04d62915 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Wed, 31 Mar 2010 15:36:47 -0400 Subject: Forward version to 0.1.6 for more development --- pulsecaster/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pulsecaster/config.py b/pulsecaster/config.py index 2f3b576..6a26270 100644 --- a/pulsecaster/config.py +++ b/pulsecaster/config.py @@ -21,12 +21,12 @@ from gettext import gettext as _ NAME = u'PulseCaster' -VERSION = u'0.1.5' +VERSION = u'0.1.6' AUTHOR = u'Paul W. Frields' AUTHOR_EMAIL = u'stickster@gmail.com' DESCRIPTION = _(u'PulseAudio based podcast recorder') LICENSE = u'GPLv3+' -COPYRIGHT = _(u'Copyright © 2009 ' + AUTHOR) +COPYRIGHT = _(u'Copyright © 2009-2010 ' + AUTHOR) KEYWORDS = u'pulseaudio podcast recorder mixer gstreamer pygtk' URL = u'http://pulsecaster.fedorahosted.org' # FIXME: Project needs a # home! -- cgit