From bd37f9f34105b4035bbc2f419cad9a48a78da732 Mon Sep 17 00:00:00 2001 From: Marcin Rudolf Date: Thu, 14 Dec 2023 12:36:45 +0100 Subject: [PATCH] bumps to 0.4.1a2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29522c4827..e152b90b94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dlt" -version = "0.4.1a1" +version = "0.4.1a2" description = "dlt is an open-source python-first scalable data loading library that does not require any backend to run." authors = ["dltHub Inc. "] maintainers = [ "Marcin Rudolf ", "Adrian Brudaru ", "Ty Dunn "]