From b614c43b7ff490e18dfa65805b840efbb9ff6c57 Mon Sep 17 00:00:00 2001 From: Sam Duffield Date: Thu, 6 Aug 2026 15:53:48 +0100 Subject: [PATCH] Version bump --- pkg/cuthbert/pyproject.toml | 2 +- pkg/cuthbertlib/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cuthbert/pyproject.toml b/pkg/cuthbert/pyproject.toml index 08aa39e..40125bd 100644 --- a/pkg/cuthbert/pyproject.toml +++ b/pkg/cuthbert/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "cuthbert" -version = "0.0.13" +version = "0.0.14" description = "State-space model inference with JAX" readme = "README.md" requires-python = ">=3.10" diff --git a/pkg/cuthbertlib/pyproject.toml b/pkg/cuthbertlib/pyproject.toml index 5338cd8..6488b40 100644 --- a/pkg/cuthbertlib/pyproject.toml +++ b/pkg/cuthbertlib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "cuthbertlib" -version = "0.0.13" +version = "0.0.14" description = "Atomic building blocks for state-space model inference with JAX" requires-python = ">=3.10" readme = "README.md"