We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d2c76 commit 3c8eb4eCopy full SHA for 3c8eb4e
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "yt-fts"
7
-version = "0.1.54"
+version = "0.1.55"
8
description = "Search all of a YouTube channel from the command line"
9
readme = "README.md"
10
requires-python = ">=3.8"
yt_fts/yt_fts.py
@@ -26,7 +26,7 @@
26
show_message
27
)
28
29
-YT_FTS_VERSION = "0.1.54"
+YT_FTS_VERSION = "0.1.55"
30
console = Console()
31
32
0 commit comments