Skip to content

Commit

Permalink
Bump version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
huashengdun committed Oct 2, 2020
1 parent def4c9e commit 063b0ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion webssh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

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


if sys.platform == 'win32' and sys.version_info.major == 3 and \
sys.version_info.minor >= 8:
import asyncio
Expand Down
2 changes: 1 addition & 1 deletion webssh/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (1, 5, 2)
__version_info__ = (1, 5, 3)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 063b0ee

Please sign in to comment.