From 34d3a63260674d16287f7f28e481e783769fefe2 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 11 Aug 2021 15:49:39 +0200 Subject: [PATCH] bump to version 0.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1b506f..6c57e4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datajob" -version = "0.9.0" +version = "0.10.0" description = "Build and deploy a serverless data pipeline with no effort on AWS." authors = ["Vincent Claes "] license = "Apache Software License (Apache 2.0)"