bump to version 0.4

This commit is contained in:
Romain Bignon 2010-11-01 23:21:37 +01:00
commit bea732d534
41 changed files with 41 additions and 41 deletions

View file

@ -77,7 +77,7 @@ class AccountListFormatter(IFormatter):
class Boobank(ReplApplication):
APPNAME = 'boobank'
VERSION = '0.3'
VERSION = '0.4'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon, Christophe Benz'
CAPS = ICapBank
EXTRA_FORMATTERS = {'account_list': AccountListFormatter,