From 4e128641bb2ba803be4fa523e974e441a3541e58 Mon Sep 17 00:00:00 2001 From: Taylor Date: Mon, 13 Nov 2023 13:25:47 -0800 Subject: [PATCH] Increment release version (#25) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e018465..472e11f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "amazon-omics-tools" -version = "0.2.0" +version = "0.3.0" license = "Apache-2.0" description = "Tools for working with the Amazon Omics Service" repository = "https://github.com/awslabs/amazon-omics-tools"