From 6706d4b4a636c7ac9633adb4c84aee263f90b859 Mon Sep 17 00:00:00 2001 From: Will Dean <57733339+wd60622@users.noreply.github.com> Date: Sun, 18 Feb 2024 19:21:53 +0100 Subject: [PATCH] up the version (#78) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfc5eb9..8664030 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "conjugate-models" -version = "0.7.0" +version = "0.7.1" description = "Bayesian Conjugate Models in Python" authors = ["Will Dean "] license = "MIT"