summaryrefslogtreecommitdiffstats
path: root/pulsecaster/config.py
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-03-31 15:36:47 -0400
committerPaul W. Frields <stickster@gmail.com>2010-03-31 15:36:47 -0400
commitfe38bc889ed39527467a522a1ae4ccdb04d62915 (patch)
treec5924f0f0ebe102d5979a79fe2569053631d0f16 /pulsecaster/config.py
parent93920508f1e6c14460575cca9f7ffc8c5f89a764 (diff)
downloadpulsecaster-fe38bc889ed39527467a522a1ae4ccdb04d62915.tar.gz
pulsecaster-fe38bc889ed39527467a522a1ae4ccdb04d62915.tar.xz
pulsecaster-fe38bc889ed39527467a522a1ae4ccdb04d62915.zip
Forward version to 0.1.6 for more development
Diffstat (limited to 'pulsecaster/config.py')
-rw-r--r--pulsecaster/config.py4
1 files 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!