Skip to content

Commit

Permalink
Version bump to build using updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
subnut committed May 29, 2023
1 parent 9c2fa38 commit a1ca0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion binary_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.1
v0.5.2

0 comments on commit a1ca0b2

Please sign in to comment.