From fbbba787a0329528e78909d6a8735363145264ae Mon Sep 17 00:00:00 2001 From: Alexander Berger Date: Mon, 27 Oct 2025 11:01:11 -0400 Subject: [PATCH] Bump nextflow workflow version along with release version --- nextflow.config | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nextflow.config b/nextflow.config index 5a682fa..af8e6ab 100644 --- a/nextflow.config +++ b/nextflow.config @@ -6,7 +6,7 @@ manifest { mainScript = "main.nf" defaultBranch = 'main' nextflowVersion = "!>=22.04.3" - version = "0.2.0" + version = "0.2.2" contributors = [ [name: 'Brian Geuther'], [name: 'Alexander Berger-Liedtka'] @@ -25,7 +25,7 @@ params { * - path_depth: depth of the path to preserve in the output * - pubdir: directory to publish the results (defaults in profiles) */ - version = '0.2.0' + version = '0.2.2' input_batch = null ignore_invalid_inputs = false profile = 'sumner2' diff --git a/pyproject.toml b/pyproject.toml index 26b8339..1e136f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mouse-tracking" -version = "0.2.1" +version = "0.2.2" description = "Runtime environment for mouse tracking experiments" requires-python = ">=3.10,<3.11" packages = ["src/mouse_tracking"] diff --git a/uv.lock b/uv.lock index e097d90..194497c 100644 --- a/uv.lock +++ b/uv.lock @@ -486,7 +486,7 @@ wheels = [ [[package]] name = "mouse-tracking" -version = "0.2.1" +version = "0.2.2" source = { editable = "." } dependencies = [ { name = "absl-py" },