bump version of backends and applications to 0.3

This commit is contained in:
Romain Bignon 2010-10-11 10:31:44 +02:00
commit c959feacac
36 changed files with 36 additions and 36 deletions

View file

@ -26,7 +26,7 @@ __all__ = ['WeboobCli']
class WeboobCli(ReplApplication):
APPNAME = 'weboob-cli'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
SYNOPSIS = 'Usage: %prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]\n'
SYNOPSIS += ' %prog [--help] [--version]'