From 5acb814401af623ec177deb97ca15e7a47cdb568 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:11:22 +1100 Subject: [PATCH] [bump-version.sh] Bumped version in toml to '4.2.4.post20240305101119' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b109a6..ca45a43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "v2_samplesheet_maker" -version = "4.2.4.dev20240305094958" +version = "4.2.4.post20240305101119" description = "v2 SampleSheet maker" readme = "Readme.md" requires-python = ">=3.10"