summaryrefslogtreecommitdiff
path: root/websocket
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2022-08-24 00:00:00 +0000
committerengn33r <engn33r@users.noreply.github.com>2022-08-24 00:00:00 +0000
commit14b102d809295328fcf9fa87b396eff05b2d039f (patch)
tree815604b100a0772defe74252f534f087a2ada2ab /websocket
parent510583d434cdd64c0a6f53253b6336300365c153 (diff)
downloadwebsocket-client-14b102d809295328fcf9fa87b396eff05b2d039f.tar.gz
1.4.0v1.4.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 6e018cb..2a37af5 100644
--- a/websocket/__init__.py
+++ b/websocket/__init__.py
@@ -23,4 +23,4 @@ from ._exceptions import *
from ._logging import *
from ._socket import *
-__version__ = "1.3.3"
+__version__ = "1.4.0"