Bump version to 1.5.3

This commit is contained in:
Sheng
2020-10-02 13:55:56 +08:00
parent def4c9e653
commit 063b0ee5cf
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -4,7 +4,6 @@ from webssh._version import __version__, __version_info__
__author__ = 'Shengdun Hua <webmaster0115@gmail.com>'
if sys.platform == 'win32' and sys.version_info.major == 3 and \
sys.version_info.minor >= 8:
import asyncio