Update to v0.1.6

This commit is contained in:
Dan 2017-12-17 14:39:37 +01:00
parent 5c72ee762a
commit 14127ae1f0

View File

@ -18,7 +18,7 @@
__copyright__ = "Copyright (C) 2017 Dan Tès <https://github.com/delivrance>" __copyright__ = "Copyright (C) 2017 Dan Tès <https://github.com/delivrance>"
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)" __license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
__version__ = "0.1.5" __version__ = "0.1.6"
from .client import ChatAction from .client import ChatAction
from .client import Client from .client import Client