From 83281ac6daac4fe4cc74fdbf1956880c017a6584 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 14 Oct 2019 15:39:19 +0000 Subject: [PATCH] v1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9209c69..2dfea7fa 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="tc-admin", - version="1.0.0", + version="1.1.0", description="Administration of Taskcluster runtime configuration", long_description=long_description, long_description_content_type='text/markdown',