Skip to content

Commit c383462

Browse files
author
ChainYo
committed
release v0.7.1
1 parent b94e727 commit c383462

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/wordcab/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
retrieve_transcript,
2828
start_extract,
2929
start_summary,
30+
start_transcription,
3031
)
3132
from .client import Client
3233
from .login import get_token, login
@@ -47,6 +48,7 @@
4748
"retrieve_transcript",
4849
"start_extract",
4950
"start_summary",
51+
"start_transcription",
5052
]
5153

52-
__version__ = "0.7.0"
54+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)