From af6f1afdcc650c4f0c50f7504739351a6c08f6b1 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Fri, 29 May 2020 16:38:45 +0000 Subject: [PATCH] v2.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10639aab..63bc36e7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="tc-admin", - version="2.5.0", + version="2.5.1", description="Administration of Taskcluster runtime configuration", long_description=long_description, long_description_content_type='text/markdown',