Skip to content

Commit

Permalink
Merge pull request #14 from mbeacom/add-fire
Browse files Browse the repository at this point in the history
Add fire
  • Loading branch information
Mark Beacom authored Jun 28, 2019
2 parents 90995aa + bb99282 commit 39ce97d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Python wrapper and CLI for [CloudEndure](https://www.cloudendure.com/)

[Documentation](https://mbeacom.github.io/cloudendure-python/)

Package version: `0.0.4`
Package version: `0.0.5`

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
EMAIL: str = "[email protected]"
AUTHOR: str = "Mark Beacom"
REQUIRES_PYTHON: str = ">=3.6.0"
VERSION: str = "0.0.4"
VERSION: str = "0.0.5"

REQUIRED: List[str] = ["requests", "boto3"]
REQUIRED: List[str] = ["requests", "boto3", "fire"]
EXTRAS: Dict[str, List[str]] = {
"test": [
"coverage",
Expand Down

0 comments on commit 39ce97d

Please sign in to comment.