From 0bc42a266b9079e7226b6b41b7d3f57a28acc270 Mon Sep 17 00:00:00 2001 From: Sam Duffield Date: Wed, 8 May 2024 17:27:05 +0100 Subject: [PATCH] Bump version to 0.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8dc595e..b1997d13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "posteriors" -version = "0.0.2" +version = "0.0.3" description = "Uncertainty quantification with PyTorch" readme = "README.md" requires-python =">=3.9"