Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDEV authored Sep 4, 2022
1 parent 4906f3c commit 04504cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudlink/cloudlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Cloudlink:
def __init__(self):
self.version = "0.1.8.1"
self.version = "0.1.8.2"

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

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

0 comments on commit 04504cd

Please sign in to comment.