diff options
author | engn33r <engn33r@users.noreply.github.com> | 2021-05-04 21:33:13 -0400 |
---|---|---|
committer | engn33r <engn33r@users.noreply.github.com> | 2021-05-04 21:33:13 -0400 |
commit | 8f072582d4bc21bb19fb4adee55a305da12790c1 (patch) | |
tree | 47e3d11415b75139fd7cce3ef330204a438e254a /websocket/__init__.py | |
parent | 5d54a56f89ad845f202245cf762916fa15a97ab5 (diff) | |
download | websocket-client-python2.tar.gz |
Diffstat (limited to 'websocket/__init__.py')
-rw-r--r-- | websocket/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/websocket/__init__.py b/websocket/__init__.py index ce1b787..f2c7b44 100644 --- a/websocket/__init__.py +++ b/websocket/__init__.py @@ -25,4 +25,4 @@ from ._exceptions import * from ._logging import * from ._socket import * -__version__ = "0.58.0" +__version__ = "0.59.0" |