From a6a13fdb5ae16b3279558bb3a52ccdea1c48bf72 Mon Sep 17 00:00:00 2001 From: Will Dean <57733339+wd60622@users.noreply.github.com> Date: Sun, 18 Feb 2024 13:11:26 +0100 Subject: [PATCH] up the version (#50) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 318bd43..79e10ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "latent-calendar" -version = "1.3.0" +version = "1.4.0" description = "Analyzing and modeling weekly calendar distributions using latent components" authors = ["Will Dean "] readme = "README.md"