From 1ec4a1bf08a67bc0c01e53413dc64eaa41ae217d Mon Sep 17 00:00:00 2001 From: Jim Schaff Date: Wed, 24 Jun 2026 11:28:13 -0400 Subject: [PATCH] Bump version to 0.0.17 Release that includes the moving-boundary entrypoint (vcml_to_moving_boundary_input) and ships via the leaner release workflow (one py3-none wheel per platform, no macOS-Intel runner, hang-proofed publish). Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c99ebeb..770604c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "libvcell" -version = "0.0.16" +version = "0.0.17" description = "This is a python package which wraps a subset of VCell Java code as a native python package." authors = ["Jim Schaff ", "Ezequiel Valencia "] repository = "https://github.com/virtualcell/libvcell"