From a92aff59daa64b013e37e9d50734d774d344a536 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 12 May 2021 18:28:29 +0000 Subject: [PATCH] v3.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2366be7..091ca6c7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="tc-admin", - version="3.0.0", + version="3.0.1", description="Administration of Taskcluster runtime configuration", long_description=long_description, long_description_content_type='text/markdown',