From fd8b3f9aee2c8817f34640987701877533205122 Mon Sep 17 00:00:00 2001 From: Alexander Berger Date: Tue, 26 Aug 2025 12:33:39 -0400 Subject: [PATCH] Bump version to 0.3.0 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 44e2108..687ac4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jabs-postprocess" -version = "0.2.0" +version = "0.3.0" description = "A python library for JABS postprocessing utilities." readme = "README.md" license = "LicenseRef-PLATFORM-LICENSE-AGREEMENT-FOR-NON-COMMERCIAL-USE" diff --git a/uv.lock b/uv.lock index 9026d45..17ade3f 100644 --- a/uv.lock +++ b/uv.lock @@ -340,7 +340,7 @@ wheels = [ [[package]] name = "jabs-postprocess" -version = "0.2.0" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "black" },