diff options
author | Paul W. Frields <[email protected]> | 2010-02-20 17:14:38 -0500 |
---|---|---|
committer | Paul W. Frields <[email protected]> | 2010-02-20 17:14:38 -0500 |
commit | 5aed10385a3f537593566907398c7aca19a55299 (patch) | |
tree | 7d27bc8c7543dfcd62573f766a92e242c7a2b737 | |
parent | 79ce44709d4fefb1ffcad20f9328e6fb7f30cba9 (diff) | |
download | pulsecaster-5aed10385a3f537593566907398c7aca19a55299.tar.gz pulsecaster-5aed10385a3f537593566907398c7aca19a55299.tar.xz pulsecaster-5aed10385a3f537593566907398c7aca19a55299.zip |
Bump version for next release
-rw-r--r-- | pulsecaster/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pulsecaster/config.py b/pulsecaster/config.py index e68d971..fbd1a49 100644 --- a/pulsecaster/config.py +++ b/pulsecaster/config.py @@ -20,7 +20,7 @@ NAME = u'PulseCaster' -VERSION = u'0.1.4' +VERSION = u'0.1.5' AUTHOR = u'Paul W. Frields' AUTHOR_EMAIL = u'[email protected]' DESCRIPTION = u'PulseAudio based podcast recorder' |