From dbbbd1a78c022a883cfd05ad03c235982780d104 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 4 Apr 2021 14:53:02 +0200 Subject: [PATCH] bump to 0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce610c1..eae98de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datajob" -version = "0.6.1" +version = "0.7.0" description = "Build and deploy a serverless data pipeline with no effort on AWS." authors = ["Vincent Claes "] license = "Apache Software License (Apache 2.0)"