diff options
Diffstat (limited to 'libs/websocket/__init__.py')
-rw-r--r-- | libs/websocket/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/websocket/__init__.py b/libs/websocket/__init__.py index cc2d3d432..b7c6fba73 100644 --- a/libs/websocket/__init__.py +++ b/libs/websocket/__init__.py @@ -26,4 +26,4 @@ from ._exceptions import * from ._logging import * from ._socket import * -__version__ = "0.44.0" +__version__ = "0.54.0" |