From f46af1cf291414871ef15116c2811f1e86815d57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:49:50 +1100 Subject: [PATCH] [bump-version.sh] Bumped version in toml to '4.2.4.post20240104144948' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7b7f87..5573f7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "v2_samplesheet_maker" -version = "4.2.4.post20231208143331" +version = "4.2.4.post20240104144948" description = "v2 SampleSheet maker" readme = "Readme.md" requires-python = ">=3.10"