From c2163cc2c91baf781027072f27e2053b6c3cf8ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:27:19 +1100 Subject: [PATCH] [bump-version.sh] Bumped version in toml to '4.2.4.post20240116152716' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5573f7c..cfdda43 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.post20240104144948" +version = "4.2.4.post20240116152716" description = "v2 SampleSheet maker" readme = "Readme.md" requires-python = ">=3.10"