update version in __init__.py

This commit is contained in:
fxsjy 2020-01-08 16:21:07 +08:00
parent eb37e048da
commit 0868c323d9

View File

@ -1,5 +1,5 @@
from __future__ import absolute_import, unicode_literals
__version__ = '0.40'
__version__ = '0.41'
__license__ = 'MIT'
import re