Skip to content

Commit

Permalink
Merge pull request #27 from vincentclaes/release-0.5.0
Browse files Browse the repository at this point in the history
bump to 0.5.0
  • Loading branch information
vincentclaes authored Jan 29, 2021
2 parents e51ba48 + 1f51df9 commit e3da830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache Software License (Apache 2.0)"
Expand Down

0 comments on commit e3da830

Please sign in to comment.