From 1f51df9eb2b683b0e364b208f888f45094a4016e Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 29 Jan 2021 17:01:00 +0100 Subject: [PATCH] bump to 0.5.0 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e824cd4..bc2544a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Beware that we depend on [aws cdk cli](https://github.com/aws/aws-cdk)! pip install datajob - npm install -g aws-cdk + npm install -g aws-cdk@1.87.1 # latest version of datajob depends this version # Quickstart diff --git a/pyproject.toml b/pyproject.toml index 9f9ed74..feb1316 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datajob" -version = "0.4.0" +version = "0.5.0" description = "Build and deploy a serverless data pipeline with no effort on AWS." authors = ["Vincent Claes "] license = "Apache Software License (Apache 2.0)"