From d1771bfede7a5746d63635f20d923ccec3b123ca Mon Sep 17 00:00:00 2001 From: rudolfix Date: Tue, 12 Sep 2023 14:11:32 +0200 Subject: [PATCH] bumps to 0.3.17 (#625) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77204d28f3..375da7576e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dlt" -version = "0.3.16" +version = "0.3.17" description = "DLT is an open-source python-native scalable data loading framework that does not require any devops efforts to run." authors = ["dltHub Inc. "] maintainers = [ "Marcin Rudolf ", "Adrian Brudaru ", "Ty Dunn "]