bump to 1.1

This commit is contained in:
Florent 2014-10-17 14:10:38 +02:00
commit feb1405813
212 changed files with 213 additions and 213 deletions

View file

@ -51,7 +51,7 @@ class WebNip(object):
:param scheduler: what scheduler to use; default is :class:`weboob.core.scheduler.Scheduler`
:type scheduler: :class:`weboob.core.scheduler.IScheduler`
"""
VERSION = '1.0'
VERSION = '1.1'
def __init__(self, modules_path=None, storage=None, scheduler=None):
self.logger = getLogger('weboob')