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

Commit 3da5e02

Browse files
committed
Version fix
1 parent 154b523 commit 3da5e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thetadata/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from .terminal import check_download, launch_terminal
2828

2929
_NOT_CONNECTED_MSG = "You must establish a connection first."
30-
_VERSION = '0.9.0'
30+
_VERSION = '0.9.2'
3131
URL_BASE = "http://localhost:25510/"
3232

3333
def _format_strike(strike: float) -> int:

0 commit comments

Comments
 (0)