Skip to content

Commit 12c3bd6

Browse files
committed
Bump version to 0.3.0-beta.5
1 parent ebe23f9 commit 12c3bd6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "encode-toolkit",
33
"description": "20 ENCODE API tools + 48 expert skills for genomics research. Search experiments, download files with MD5 verification, run pipelines, and cross-reference 14 databases.",
4-
"version": "0.3.0-beta.4",
4+
"version": "0.3.0-beta.5",
55
"author": {
66
"name": "Dr. Alex M. Mawla, PhD",
77
"email": "ammawla@ucdavis.edu"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "encode-toolkit",
3-
"version": "0.3.0-beta.4",
3+
"version": "0.3.0-beta.5",
44
"mcpName": "io.github.ammawla/encode-toolkit",
55
"description": "ENCODE Toolkit — Genomics research infrastructure with 20 MCP tools, 47 skills, 14 database integrations, and 7 pipelines for Claude Code",
66
"main": "index.js",

pyproject.toml

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

55
[project]
66
name = "encode-toolkit"
7-
version = "0.3.0b4"
7+
version = "0.3.0b5"
88
description = "MCP server for querying and downloading ENCODE Project genomics data directly from Claude"
99
readme = "README.md"
1010
license = "CC-BY-NC-ND-4.0"

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"url": "https://github.com/ammawla/encode-toolkit",
88
"source": "github"
99
},
10-
"version": "0.3.0-beta.4",
10+
"version": "0.3.0-beta.5",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "encode-toolkit",
15-
"version": "0.3.0-beta.4",
15+
"version": "0.3.0-beta.5",
1616
"transport": {
1717
"type": "stdio"
1818
}
1919
},
2020
{
2121
"registryType": "pypi",
2222
"identifier": "encode-toolkit",
23-
"version": "0.3.0b4",
23+
"version": "0.3.0b5",
2424
"transport": {
2525
"type": "stdio"
2626
}

0 commit comments

Comments
 (0)