From c23023bc365d6228e763ce361dc27ee8ffedaf36 Mon Sep 17 00:00:00 2001 From: "Maria A." Date: Tue, 26 Nov 2024 17:13:12 +0000 Subject: [PATCH] Release 0.1.21 setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35d1a38..4794665 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="htcdaskgateway", - version="0.1.20", + version="0.1.21", author="Maria P. Acosta F./Fermilab EAF project", author_email="macosta@fnal.gov", description="Launches a Dask Gateway cluster in K8s and joins HTCondor workers to it",