Skip to content

Commit

Permalink
blank release to trigger Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeLeGoc committed Dec 17, 2024
1 parent 72a0730 commit cb987b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "videocutter"
version = "2024.12.17"
version = "2024.12.17.1"
authors = [{ name = "Guillaume Le Goc", email = "g.legoc@posteo.org" }]
description = "Split videos around time points."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion videocutter/videocutter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from tqdm import tqdm
from typing_extensions import Annotated

__version__ = "2024.12.17"
__version__ = "2024.12.17.1"


# --- Typer functions
Expand Down

0 comments on commit cb987b7

Please sign in to comment.