-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump serverless-tools version to 0.4.1
- Loading branch information
1 parent
e4a6d78
commit 8e87b4e
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
serverless-tools (0.4.0) | ||
serverless-tools (0.4.1) | ||
aws-sdk-ecr | ||
aws-sdk-lambda | ||
aws-sdk-s3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module ServerlessTools | ||
VERSION = "0.4.0" | ||
VERSION = "0.4.1" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# a python project file structure | ||
[tool.poetry] | ||
name = "serverless-tools" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
description = "FreeAgent Serverless Tools" | ||
authors = ["[email protected]"] | ||
|
||
|