From 3b194d2020488ff0dc786df3b52289df03a63296 Mon Sep 17 00:00:00 2001 From: Marcin Rudolf Date: Sun, 18 Jun 2023 21:55:00 +0200 Subject: [PATCH] bumps to version 0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abe3ed29bf..9a7eb986aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dlt" -version = "0.3.1a0" +version = "0.3.1" 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 "]