summaryrefslogtreecommitdiff
path: root/websocket
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2023-01-26 00:00:00 +0000
committerengn33r <engn33r@users.noreply.github.com>2023-01-26 00:00:00 +0000
commit91b76c8b1b34d08b56bc7e27fffd8e194174b5ba (patch)
tree350fc75bf0e670f1656ee39353dd3b0023cf05a1 /websocket
parent8af1cbb17f5f12c9999fc56adf7b0187a1714174 (diff)
downloadwebsocket-client-91b76c8b1b34d08b56bc7e27fffd8e194174b5ba.tar.gz
1.5.0v1.5.0
Diffstat (limited to 'websocket')
-rw-r--r--websocket/__init__.py2
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"