diff --git a/README.md b/README.md index 25ecd0d57..15475d303 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 3aee5389e..a236eefc1 100644 --- a/setup.py +++ b/setup.py @@ -23,9 +23,9 @@ EMAIL: str = "markvbeacom@gmail.com" 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",