Skip to content

Commit bf79943

Browse files
authored
Merge pull request #17 from jkawamoto/bump
Update version and dependencies
2 parents f212709 + b68c61c commit bf79943

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55

66
[project]
77
name = "mcp-youtube-transcript"
8-
version = "0.3.0"
8+
version = "0.3.1"
99
description = "MCP server retrieving transcripts of YouTube videos"
1010
readme = "README.md"
1111
authors = [
@@ -27,7 +27,7 @@ dependencies = [
2727
"mcp>=1.4.1",
2828
"pydantic>=2.10.6",
2929
"requests>=2.32.3",
30-
"youtube-transcript-api>=1.0.1",
30+
"youtube-transcript-api>=1.0.2",
3131
]
3232

3333
scripts.mcp-youtube-transcript = "mcp_youtube_transcript:main"
@@ -50,7 +50,7 @@ line-length = 120
5050
indent = 4
5151

5252
[tool.bumpversion]
53-
current_version = "0.3.0"
53+
current_version = "0.3.1"
5454
commit = true
5555
pre_commit_hooks = [
5656
"uv sync",

uv.lock

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)