Skip to content

Commit 39ce97d

Browse files
author
Mark Beacom
authored
Merge pull request #14 from mbeacom/add-fire
Add fire
2 parents 90995aa + bb99282 commit 39ce97d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python wrapper and CLI for [CloudEndure](https://www.cloudendure.com/)
66

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

9-
Package version: `0.0.4`
9+
Package version: `0.0.5`
1010

1111
## Requirements
1212

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
EMAIL: str = "markvbeacom@gmail.com"
2424
AUTHOR: str = "Mark Beacom"
2525
REQUIRES_PYTHON: str = ">=3.6.0"
26-
VERSION: str = "0.0.4"
26+
VERSION: str = "0.0.5"
2727

28-
REQUIRED: List[str] = ["requests", "boto3"]
28+
REQUIRED: List[str] = ["requests", "boto3", "fire"]
2929
EXTRAS: Dict[str, List[str]] = {
3030
"test": [
3131
"coverage",

0 commit comments

Comments
 (0)