commit 430c785feb715797d99986f1806467cb237ccf68 parent d0542e72c616af0c73086056a87f01f7f307c47f Author: Sheng <webmaster0115@gmail.com> Date: Sun, 21 Oct 2018 18:30:46 +0800 Updated minor version Diffstat:
M | webssh/_version.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webssh/_version.py b/webssh/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (0, 7, 1) +__version_info__ = (0, 7, 2) __version__ = '.'.join(map(str, __version_info__))