--- a/README
+++ b/README
@@ -2,6 +2,7 @@
mp3togo
(C) 2004 - 2007 Simeon Veldstra <reallifesim@gmail.com>
+http://puddle.ca/mp3togo/
INSTALLING
--- a/mp3togo/__init__.py
+++ b/mp3togo/__init__.py
@@ -21,5 +21,5 @@
# __all__ = ('converter', 'main', 'options', 'setup')
-version = '0.5.12'
+version = '0.5.13'
--- a/mp3togo/options.py
+++ b/mp3togo/options.py
@@ -77,7 +77,7 @@ interface.
'''Write out a new config file with the options given and exit. To save the configuration to a different file, set --config to the desired filename. The file, if it exists, will be overwritten.'''),
('noconffile', '', 'no-config-file', False, self._noconffile,
'''Disable reading from and writing to the config file.'''),
- ('verbosity', 'v', 'verbose', 1, self._verbosity,
+ ('verbosity', 'v', 'verbose', 2, self._verbosity,
'''Set the verbosity level. A value of 0 will produce no output (except option parsing errors).'''),
('help', 'h', 'help', False, self._help,
'''Print this message.'''),