From 443a95720b096a85788a3ff89ac1b96d462d0454 Mon Sep 17 00:00:00 2001 From: Marcin Rudolf Date: Sun, 23 Apr 2023 16:03:03 +0200 Subject: [PATCH] bumps version to 0.2.6a0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b306482e6b..d9681f6e9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dlt" -version = "0.2.5" +version = "0.2.6a0" 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 "]