From a4c585609a50721be8485627f7265f1020c1154e Mon Sep 17 00:00:00 2001 From: Sam Duffield Date: Wed, 24 Sep 2025 10:50:28 +0100 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 556c876..a852dac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "posteriors" -version = "0.1.1" +version = "0.1.2" description = "Uncertainty quantification with PyTorch" readme = "README.md" requires-python =">=3.9"