We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7ce4f commit bb99282Copy full SHA for bb99282
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,7 +23,7 @@
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", "fire"]
29
EXTRAS: Dict[str, List[str]] = {
0 commit comments