Skip to content

Commit 7044fa8

Browse files
committed
chore(release): cut refua-wetlab v0.7.1
Bump refua-wetlab package version from 0.7.0 to 0.7.1. Update API health payload version field to 0.7.1 for runtime/version consistency. Validation: poetry run pytest -q (16 passed).
1 parent fd433e6 commit 7044fa8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "refua-wetlab"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
description = "Unified API layer for wet lab automation across multiple providers."
99
readme = "README.md"
1010
requires-python = ">=3.11,<3.15"

src/refua_wetlab/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def do_GET(self) -> None: # noqa: N802
381381
HTTPStatus.OK,
382382
{
383383
"service": "refua-wetlab",
384-
"version": "0.7.0",
384+
"version": "0.7.1",
385385
"api_base": "/api",
386386
},
387387
)

0 commit comments

Comments
 (0)