From ed09632cb6697459874f018a5fc680430a7fd94a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Linhart?= Date: Thu, 31 Aug 2023 10:13:49 +0200 Subject: [PATCH] Bump Python package version to 0.5.0 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 6e13698..de73006 100644 --- a/python/setup.py +++ b/python/setup.py @@ -8,7 +8,7 @@ def long_description(): setup( name="pulumi-aws-tags", - version="0.4.1", + version="0.5.0", author="Tomáš Linhart", author_email="pasmen@gmail.com", description="Pulumi package that helps manage tags for AWS resources",