From a33ae16c842236d991a23df2892719405ae52ee9 Mon Sep 17 00:00:00 2001 From: bw2 Date: Mon, 27 Nov 2023 12:32:01 -0500 Subject: [PATCH] updated version to 0.2.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4c137c..0ec22ea 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def run(self): setup( name='step_pipeline', - version="0.2.6", + version="0.2.7", description="Pipeline library that simplifies creation of pipelines that run on top of hail Batch and other compute enviornments", install_requires=install_requires, cmdclass={