Skip to content

Commit ec8fdb0

Browse files
committed
Bump version: 0.5.5 → 0.5.6
1 parent 21d355c commit ec8fdb0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": "0.3",
44
"name": "mcp-youtube-transcript",
55
"display_name": "YouTube Transcript MCP Server",
6-
"version": "0.5.5",
6+
"version": "0.5.6",
77
"description": "MCP server retrieving transcripts of YouTube videos",
88
"author": {
99
"name": "Junpei Kawamoto",

pyproject.toml

Lines changed: 2 additions & 2 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.5.5"
8+
version = "0.5.6"
99
description = "MCP server retrieving transcripts of YouTube videos"
1010
readme = "README.md"
1111
authors = [
@@ -55,7 +55,7 @@ line-length = 120
5555
indent = 4
5656

5757
[tool.bumpversion]
58-
current_version = "0.5.5"
58+
current_version = "0.5.6"
5959
commit = true
6060
pre_commit_hooks = [
6161
"uv sync",

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/jkawamoto/mcp-youtube-transcript",
88
"source": "github"
99
},
10-
"version": "0.5.5",
10+
"version": "0.5.6",
1111
"packages": [
1212
{
1313
"registryType": "mcpb",
14-
"identifier": "https://github.com/jkawamoto/mcp-youtube-transcript/releases/download/v0.5.5/mcp-youtube-transcript.mcpb",
14+
"identifier": "https://github.com/jkawamoto/mcp-youtube-transcript/releases/download/v0.5.6/mcp-youtube-transcript.mcpb",
1515
"fileSha256": "",
16-
"version": "0.5.5",
16+
"version": "0.5.6",
1717
"transport": {
1818
"type": "stdio"
1919
}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)