bump to version 0.6

This commit is contained in:
Georg Sauthoff 2019-03-25 14:29:45 +01:00
parent 7e141341a2
commit 539148021e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import requests, zipfile
import io
import logging
__version__ = "0.5"
__version__ = "0.6"
_logger = logging.getLogger(__name__)