From 5102f77b72b5a2feea4d8b23a3abe291c0a824a6 Mon Sep 17 00:00:00 2001 From: Marcin Rudolf Date: Thu, 7 Dec 2023 12:06:01 +0100 Subject: [PATCH] bumps to alpha 0.4.1a1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e503edeea0..29522c4827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dlt" -version = "0.4.1a0" +version = "0.4.1a1" 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 "]