Skip to content

Commit

Permalink
🔖 bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dryan committed Aug 31, 2022
1 parent 5d220bc commit a448b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.0"
VERSION = "4.3.0"

VALID_ACLS = [
"private",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "d3ploy"
version = "4.2.0"
version = "4.3.0"
description = "Easily deploy to S3 with multiple environment support."
authors = ["dryan <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit a448b45

Please sign in to comment.