From b6b3260b7e0b8fe0ebb815bd51f8dceca5994dfc Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 13 Aug 2021 12:57:27 +0200 Subject: [PATCH] bump to 0.10.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c57e4a..11426c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datajob" -version = "0.10.0" +version = "0.10.1" description = "Build and deploy a serverless data pipeline with no effort on AWS." authors = ["Vincent Claes "] license = "Apache Software License (Apache 2.0)"