Skip to content

Commit 0517f3e

Browse files
committed
chore: bump to v0.3.0
1 parent 7ee4821 commit 0517f3e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Formula/team-cli.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "team-cli"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "CLI for AWS TEAM (Temporary Elevated Access Management)"
99
requires-python = ">=3.11"
1010
dependencies = [

team_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""CLI for AWS TEAM (Temporary Elevated Access Management)."""
2-
__version__ = "0.2.0"
2+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)