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

Commit 26ba538

Browse files
committed
Exchange info & sequence conversion from signed to unsigned
1 parent 84c07df commit 26ba538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thetadata/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from .terminal import check_download, launch_terminal
2222

2323
_NOT_CONNECTED_MSG = "You must establish a connection first."
24-
_VERSION = '0.7.0'
24+
_VERSION = '0.7.3'
2525

2626

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

0 commit comments

Comments
 (0)