Skip to content

Commit

Permalink
Bump version to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
huashengdun committed Aug 23, 2019
1 parent e8f36fa commit 18b20de
Showing 1 changed file with 1 addition and 1 deletion.
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, 4, 3)
__version_info__ = (1, 4, 5)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 18b20de

Please sign in to comment.