Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 04504cd

Browse files
author
MikeDEV
authored
Update version string
1 parent 4906f3c commit 04504cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloudlink/cloudlink.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class Cloudlink:
1616
def __init__(self):
17-
self.version = "0.1.8.1"
17+
self.version = "0.1.8.2"
1818

1919
def server(self, logs=False):
2020
# Initialize Cloudlink server
@@ -27,4 +27,4 @@ def client(self, server_ip = "ws://127.0.0.1:3000/", logs=False):
2727

2828
def relay(self, server_ip = "ws://127.0.0.1:3000/", relay_ip = "127.0.0.1", relay_port = 3000, logs=False):
2929
# TODO
30-
pass
30+
pass

0 commit comments

Comments
 (0)