Skip to content

Commit 063b0ee

Browse files
committed
Bump version to 1.5.3
1 parent def4c9e commit 063b0ee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

webssh/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
__author__ = 'Shengdun Hua <[email protected]>'
66

7-
87
if sys.platform == 'win32' and sys.version_info.major == 3 and \
98
sys.version_info.minor >= 8:
109
import asyncio

webssh/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (1, 5, 2)
1+
__version_info__ = (1, 5, 3)
22
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)