From ed1a6888310bbd9502a7bc383b78ea62bbe44f73 Mon Sep 17 00:00:00 2001 From: Georg <48655643+gmgeorg@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:48:38 -0400 Subject: [PATCH] update version to 0.0.05 (#9) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10433f1..e973bae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypsps" -version = "0.0.4" +version = "0.0.5" description = "Predictive State Propensity Subclassification (PSPS) in Python (keras)" authors = ["Georg M. Goerg "] license = "MIT"