Skip to content

Commit

Permalink
Merge pull request #14 from dryan/build-4.1.3
Browse files Browse the repository at this point in the history
⬆️ upgrading underlying dependencies
  • Loading branch information
dryan authored Oct 25, 2021
2 parents b30602a + 8fb9e43 commit 3785202
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 354 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# d3ploy

Easily deploy to S3 with multiple environment support. Version 3 supports Python 3.6+.
Easily deploy to S3 with multiple environment support. Version 4 supports Python 3.7+.

## Installation & Usage

Expand Down
2 changes: 1 addition & 1 deletion d3ploy/d3ploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from colorama import init as colorama_init
from tqdm import tqdm

VERSION = "4.1.2"
VERSION = "4.1.3"

VALID_ACLS = [
"private",
Expand Down
Loading

0 comments on commit 3785202

Please sign in to comment.