Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nr18 committed Mar 6, 2024
1 parent 65c49d5 commit 795e54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws_iam_login/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from aws_iam_login.credentials import Credentials
from aws_iam_login.application_context import ApplicationContext, ApplicationMessages

__version__ = "0.3.4"
__version__ = "0.3.6"


@click.group(invoke_without_command=True) # type: ignore
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 = "aws-iam-login"
version = "0.3.4"
version = "0.3.6"
description = "Configures STS credentials using a MFA authenticated session."
authors = ["Joris Conijn <joris@conijnonline.nl>"]
license = "Apache2"
Expand Down

0 comments on commit 795e54b

Please sign in to comment.