From 2350c08d5917403f22cb1074b332a904d4449ade Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 24 Oct 2019 15:37:23 +0000 Subject: [PATCH] v2.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21df2836..3d5ed122 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="tc-admin", - version="2.0.0", + version="2.1.0", description="Administration of Taskcluster runtime configuration", long_description=long_description, long_description_content_type='text/markdown',