From ff368eb9edcd90ce67c28aaaa7b54c734cc259b0 Mon Sep 17 00:00:00 2001 From: Georg Date: Fri, 26 Apr 2024 11:47:50 -0400 Subject: [PATCH] update version to 0.0.05 --- 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"