bump to 0.d

This commit is contained in:
Romain Bignon 2012-05-04 21:17:46 +02:00
commit 2f8072e89e
103 changed files with 104 additions and 104 deletions

View file

@ -49,7 +49,7 @@ class Weboob(object):
:param storage: provide a storage where backends can save data
:type storage: :class:`weboob.tools.storage.IStorage`
"""
VERSION = '0.c'
VERSION = '0.d'
BACKENDS_FILENAME = 'backends'
def __init__(self, workdir=None, backends_filename=None, scheduler=None, storage=None):