Skip to content

Commit ffe706e

Browse files
committed
chore: release 0.3.2
1 parent 668f1f8 commit ffe706e

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.3.1"
7-
version "0.3.1"
6+
url "https://github.com/DocPlanner/team-cli.git", tag: "v0.3.2"
7+
version "0.3.2"
88
license "MIT"
99

1010

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.3.1"
7+
version = "0.3.2"
88
description = "CLI for AWS TEAM (Temporary Elevated Access Management)"
99
requires-python = ">=3.11"
1010
license = { text = "MIT" }

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.3.1"
2+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)