From d9690487d255f784f892dc20ceedfc73ab460ae4 Mon Sep 17 00:00:00 2001 From: Will Dean <57733339+wd60622@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:22:20 -0400 Subject: [PATCH] update version (#102) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec6277b..083ec36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "conjugate-models" -version = "0.8.1" +version = "0.9.0" description = "Bayesian Conjugate Models in Python" authors = ["Will Dean "] license = "MIT"