modify version to 0.1.0

This commit is contained in:
Prodesire 2017-12-14 20:40:17 +08:00
parent 5fe0c0acde
commit 101e217147
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import os
import logging
__version__ = '0.0.2'
__version__ = '0.1.0'
logger = logging.getLogger(__name__)