summaryrefslogtreecommitdiff
path: root/websocket/__init__.py
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2022-02-25 12:21:00 -0500
committerengn33r <engn33r@users.noreply.github.com>2022-02-25 12:21:00 -0500
commit500cc77327691486851ca9ff3f5ab0d6a227c9ba (patch)
tree6fa0b78b6bb9a871acb67984c0fa6c78b44971bc /websocket/__init__.py
parentbccec8bf19749a0191c5ca9110a15b3de0de2298 (diff)
downloadwebsocket-client-500cc77327691486851ca9ff3f5ab0d6a227c9ba.tar.gz
1.3.0v1.3.0
Diffstat (limited to 'websocket/__init__.py')
-rw-r--r--websocket/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/websocket/__init__.py b/websocket/__init__.py
index ad9409b..f8cc4f9 100644
--- a/websocket/__init__.py
+++ b/websocket/__init__.py
@@ -23,4 +23,4 @@ from ._exceptions import *
from ._logging import *
from ._socket import *
-__version__ = "1.2.3"
+__version__ = "1.3.0"