Skip to content

Commit 3c8eb4e

Browse files
version bump 0.1.55
1 parent a2d2c76 commit 3c8eb4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "yt-fts"
7-
version = "0.1.54"
7+
version = "0.1.55"
88
description = "Search all of a YouTube channel from the command line"
99
readme = "README.md"
1010
requires-python = ">=3.8"

yt_fts/yt_fts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
show_message
2727
)
2828

29-
YT_FTS_VERSION = "0.1.54"
29+
YT_FTS_VERSION = "0.1.55"
3030
console = Console()
3131

3232

0 commit comments

Comments
 (0)