Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantaubert committed Mar 23, 2022
1 parent c355674 commit cecb025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from textgrid_tools.app import *

__version__ = "1.0.1"
__version__ = "1.0.2"

INVOKE_HANDLER_VAR = "invoke_handler"

Expand Down
4 changes: 1 addition & 3 deletions src/textgrid_tools/app/intervals/splitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
add_output_directory_argument,
add_overwrite_argument,
add_string_format_argument,
add_tiers_argument,
parse_existing_directory,
parse_non_empty)
add_tiers_argument, parse_non_empty)
from textgrid_tools.core import split
from textgrid_tools.core.interval_format import IntervalFormat

Expand Down

0 comments on commit cecb025

Please sign in to comment.