Skip to content

Commit

Permalink
release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChainYo committed Sep 25, 2023
1 parent b94e727 commit c383462
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/wordcab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
retrieve_transcript,
start_extract,
start_summary,
start_transcription,
)
from .client import Client
from .login import get_token, login
Expand All @@ -47,6 +48,7 @@
"retrieve_transcript",
"start_extract",
"start_summary",
"start_transcription",
]

__version__ = "0.7.0"
__version__ = "0.7.1"

0 comments on commit c383462

Please sign in to comment.