We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90995aa + bb99282 commit 39ce97dCopy full SHA for 39ce97d
README.md
@@ -6,7 +6,7 @@ Python wrapper and CLI for [CloudEndure](https://www.cloudendure.com/)
6
7
[Documentation](https://mbeacom.github.io/cloudendure-python/)
8
9
-Package version: `0.0.4`
+Package version: `0.0.5`
10
11
## Requirements
12
setup.py
@@ -23,9 +23,9 @@
23
EMAIL: str = "markvbeacom@gmail.com"
24
AUTHOR: str = "Mark Beacom"
25
REQUIRES_PYTHON: str = ">=3.6.0"
26
-VERSION: str = "0.0.4"
+VERSION: str = "0.0.5"
27
28
-REQUIRED: List[str] = ["requests", "boto3"]
+REQUIRED: List[str] = ["requests", "boto3", "fire"]
29
EXTRAS: Dict[str, List[str]] = {
30
"test": [
31
"coverage",
0 commit comments