From ddbfb2a21824025f9ca22f91178c09d544aa6b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Bla=C3=9F?= Date: Sat, 29 Jul 2023 12:16:11 +0200 Subject: [PATCH] build: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb22d20..5831a44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "chainsaddiction" -version = "0.2.5-dev0" +version = "0.2.5-dev1" authors = [{name = "Michael Blaß", email = "mblass@posteo.net"}] description = "HMM with Poisson-distributed latent variables." keywords = ["hmm", "poisson", "hidden-markov model"]