Skip to content

Commit

Permalink
chore: fix version num
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Dec 31, 2024
1 parent 0a5fc19 commit 306b5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cyberdrop_dl/utils/sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def sort_video(self, file: Path, base_name: str) -> None:
"""Sorts a video file into the sorted video folder."""
if not self.video_format:
return

Check failure on line 157 in cyberdrop_dl/utils/sorting.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (W293)

cyberdrop_dl/utils/sorting.py:157:1: W293 Blank line contains whitespace
codec = duration = fps = height = resolution = width = None

with contextlib.suppress(RuntimeError, CalledProcessError):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cyberdrop-dl-patched"
version = "6.0.0.dev"
version = "6.0.0"
description = "Bulk downloader for multiple file hosts"
authors = ["Jacob B <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 306b5f4

Please sign in to comment.