From 2a51d6392b433b916c3828c3ead8682cc5eef6c0 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Mon, 27 Oct 2025 22:03:07 +0000 Subject: [PATCH] Bump version to 1.0.2 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84eddf2..d1a7e8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pymc_core" -version = "1.0.1" +version = "1.0.2" authors = [ {name = "Lloyd Newton", email = "lloyd@rightup.co.uk"}, ]