diff options
| author | engn33r <engn33r@users.noreply.github.com> | 2021-08-12 23:59:16 -0400 |
|---|---|---|
| committer | engn33r <engn33r@users.noreply.github.com> | 2021-08-12 23:59:16 -0400 |
| commit | b8fc65ed8dc892c322b6ea1f8e1e8d5406f11612 (patch) | |
| tree | 68a7259526868942e8501aa83b7ebdd9c46ba35f /websocket/__init__.py | |
| parent | f3551963bf7b88e5ec7ecddabe64522fb094540c (diff) | |
| download | websocket-client-1.2.1.tar.gz | |
1.2.1v1.2.1
Diffstat (limited to 'websocket/__init__.py')
| -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 acde53d..a9fa463 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.0" +__version__ = "1.2.1" |
