File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ class TeamCli < Formula
33
44 desc "CLI for AWS TEAM (Temporary Elevated Access Management)"
55 homepage "https://github.com/DocPlanner/team-cli"
6- url "https://github.com/DocPlanner/team-cli.git" , tag : "v0.2 .0"
7- version "0.2 .0"
6+ url "https://github.com/DocPlanner/team-cli.git" , tag : "v0.3 .0"
7+ version "0.3 .0"
88
99
1010 depends_on "python@3.11"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " team-cli"
7- version = " 0.2 .0"
7+ version = " 0.3 .0"
88description = " CLI for AWS TEAM (Temporary Elevated Access Management)"
99requires-python = " >=3.11"
1010dependencies = [
Original file line number Diff line number Diff line change 11"""CLI for AWS TEAM (Temporary Elevated Access Management)."""
2- __version__ = "0.2 .0"
2+ __version__ = "0.3 .0"
You can’t perform that action at this time.
0 commit comments