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

Commit 953a7cb

Browse files
committed
- Performance improvement for handling stream removal requests.
1 parent 4c9525e commit 953a7cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/tutorials.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ available to PRO subscribers.
351351

352352
### Cancelling Streams
353353

354-
You can cancel any stream you previously subscribed to by calling the remove stream methods.
354+
You can cancel any stream you previously subscribed to by using the remove stream methods.
355355

356356
=== "cancel_streams.py"
357357

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "thetadata"
7-
version = "0.7.9"
7+
version = "0.8.0"
88
authors = [
99
{ name="Bailey Danseglio", email="[email protected]" },
1010
{ name="Adler Weber", email="[email protected]" },

thetadata/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from .terminal import check_download, launch_terminal
2424

2525
_NOT_CONNECTED_MSG = "You must establish a connection first."
26-
_VERSION = '0.7.9'
26+
_VERSION = '0.8.0'
2727

2828

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

0 commit comments

Comments
 (0)