From 8d0f02d1b1bbf89ac0613e6ae1ef549519f6103a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Linhart?= Date: Wed, 26 Jun 2024 21:39:44 +0200 Subject: [PATCH] Bump Python package version to 0.7.3 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index eba139d..70c51d8 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pulumi_aws_tags" -version = "0.7.2" +version = "0.7.3" description = "Pulumi package that helps manage tags for AWS resources" readme = "README.md" keywords = ["pulumi", "aws", "tags"]