From 3cbd4aecca48cb1eb049e0a3104bb17b9ca79099 Mon Sep 17 00:00:00 2001 From: Sam Duffield Date: Thu, 11 Jun 2026 10:29:12 +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 d2f7d5d..45de84f 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.12" +version = "0.0.13" 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 2ea76da..5338cd8 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.12" +version = "0.0.13" description = "Atomic building blocks for state-space model inference with JAX" requires-python = ">=3.10" readme = "README.md"