From 50c77b1f8785ff7507524cc9078646e53af5f80e Mon Sep 17 00:00:00 2001 From: DominikZuercherQC Date: Fri, 6 Sep 2024 08:10:28 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 035db38b..cec6a6cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pydiverse-pipedag" -version = "0.9.7" +version = "0.9.8" description = "A pipeline orchestration library executing tasks within one python session. It takes care of SQL table (de)materialization, caching and cache invalidation. Blob storage is supported as well for example for storing model files." authors = [ {name = "QuantCo, Inc."},