From df6a7e10054dc61d05447ce1bb2821b14ff3b68a Mon Sep 17 00:00:00 2001 From: mashehu Date: Thu, 30 Jul 2026 14:06:59 +0200 Subject: [PATCH] bump to 4.1.1dev --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ba31f6f7..4bd623aab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # nf-core/tools: Changelog +## v4.1.1dev + +### General + +### Linting + +### Modules + +### Subworkflows + +### Template + +### Version updates + ## [v4.1.0 - Marshalled Mamba](https://github.com/nf-core/tools/releases/tag/4.1.0) - [2026-07-29] ### General diff --git a/pyproject.toml b/pyproject.toml index c4581108b7..87afd95c57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ nf_core = ["**/*"] [project] name = "nf-core" -version = "4.1.0" +version = "4.1.1dev" description = "Helper tools for use with nf-core Nextflow pipelines." readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index d36e7988cd..22469a6791 100644 --- a/uv.lock +++ b/uv.lock @@ -1773,7 +1773,7 @@ wheels = [ [[package]] name = "nf-core" -version = "4.1.0" +version = "4.1.1.dev0" source = { editable = "." } dependencies = [ { name = "click" },