From bb2a90ad522762fb21f03ac16c8ffce7f57610d8 Mon Sep 17 00:00:00 2001 From: Matt Boris Date: Tue, 9 May 2023 15:26:16 -0400 Subject: [PATCH] v3.3.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c8ed49..a299009 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="tc-admin", - version="3.3.2", + version="3.3.3", description="Administration of Taskcluster runtime configuration", long_description=long_description, long_description_content_type='text/markdown',