From 79f7187f3c706789d21171d294d79e207615272d Mon Sep 17 00:00:00 2001 From: Jonathan Gangi Date: Tue, 3 Sep 2024 11:16:44 -0300 Subject: [PATCH] Release v1.1.1 Changes: - Allow using the pubtools-ami sharing accts format - Community: Allow using beta from push item --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 540a68e..3892a91 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def get_requirements(): setup( name="pubtools-marketplacesvm", - version="1.1.0", + version="1.1.1", packages=find_namespace_packages(where="src"), package_dir={"": "src"}, url="https://github.com/release-engineering/pubtools-marketplacesvm",