Skip to content

Commit

Permalink
Pin 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom committed Jun 28, 2019
1 parent 9d7ce4f commit bb99282
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
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", "fire"]
EXTRAS: Dict[str, List[str]] = {

0 comments on commit bb99282

Please sign in to comment.