From a1ca0b2dac59881066d7ac9373cf64d59ba29d6a Mon Sep 17 00:00:00 2001 From: Subhaditya Nath Date: Mon, 29 May 2023 22:28:50 +0530 Subject: [PATCH] Version bump to build using updated dependencies --- binary.py | 2 +- binary_version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binary.py b/binary.py index b003e32..6d12314 100644 --- a/binary.py +++ b/binary.py @@ -18,7 +18,7 @@ from simple_websocket_server import WebSocket from simple_websocket_server import WebSocketServer -BUILD_VERSION: str = "v0.5.1" +BUILD_VERSION: str = "v0.5.2" WINDOWS: bool = os.name == "nt" LOCALHOST: str = "127.0.0.1" if WINDOWS else "localhost" diff --git a/binary_version b/binary_version index 992ac75..b0c2058 100644 --- a/binary_version +++ b/binary_version @@ -1 +1 @@ -v0.5.1 +v0.5.2