diff options
| author | engn33r <engn33r@users.noreply.github.com> | 2023-01-26 00:00:00 +0000 |
|---|---|---|
| committer | engn33r <engn33r@users.noreply.github.com> | 2023-01-26 00:00:00 +0000 |
| commit | 91b76c8b1b34d08b56bc7e27fffd8e194174b5ba (patch) | |
| tree | 350fc75bf0e670f1656ee39353dd3b0023cf05a1 /websocket | |
| parent | 8af1cbb17f5f12c9999fc56adf7b0187a1714174 (diff) | |
| download | websocket-client-91b76c8b1b34d08b56bc7e27fffd8e194174b5ba.tar.gz | |
1.5.0v1.5.0
Diffstat (limited to 'websocket')
| -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 588a8f2..42b6c87 100644 --- a/websocket/__init__.py +++ b/websocket/__init__.py @@ -23,4 +23,4 @@ from ._exceptions import * from ._logging import * from ._socket import * -__version__ = "1.4.2" +__version__ = "1.5.0" |
