From 483b7820c45778ebb28c82c849a15111c533ecc2 Mon Sep 17 00:00:00 2001 From: liris Date: Mon, 3 Sep 2018 19:01:33 +0900 Subject: add doc --- websocket/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'websocket/__init__.py') diff --git a/websocket/__init__.py b/websocket/__init__.py index e0af553..c917999 100644 --- a/websocket/__init__.py +++ b/websocket/__init__.py @@ -26,4 +26,4 @@ from ._exceptions import * from ._logging import * from ._socket import * -__version__ = "0.51.0" +__version__ = "0.52.0" -- cgit v1.2.1