Skip to content

Commit 72174c3

Browse files
authored
Merge pull request #382 from berntpopp/chore/bump-versions-post-deps
chore: bump frontend/backend/mcp patch versions (post deps #378)
2 parents 3a4d947 + 6049e8f commit 72174c3

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hnf1b-api"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "FastAPI-based REST API for managing clinical and genetic data for individuals with HNF1B disease"
55
requires-python = ">=3.10"
66
dependencies = [

backend/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.

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hnf1b-db-frontend",
33
"private": true,
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

mcp/contract/openapi.snapshot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3703,7 +3703,7 @@
37033703
"info": {
37043704
"description": "GA4GH Phenopackets v2 compliant API for HNF1B disease data",
37053705
"title": "HNF1B Phenopackets API",
3706-
"version": "0.2.0"
3706+
"version": "0.2.1"
37073707
},
37083708
"openapi": "3.1.0",
37093709
"paths": {

mcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hnf1b-mcp"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Read-only MCP server exposing HNF1B-db public data to LLMs"
55
requires-python = ">=3.11"
66
dependencies = [

mcp/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)