From 5ab6b0a30a12498c9294e6fb48c5415df722018d Mon Sep 17 00:00:00 2001 From: Constantinos Eleftheriou Date: Thu, 13 Aug 2026 16:34:15 +0100 Subject: [PATCH 1/2] update changelog for v0.9.0 Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7584ee..ac9adfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ Versions follow [Semantic Versioning](https://semver.org) (`.. Date: Thu, 13 Aug 2026 16:34:22 +0100 Subject: [PATCH 2/2] bump version to 0.9.0 Co-Authored-By: Claude Sonnet 5 --- pyproject.toml | 4 ++-- uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3450403..b23e780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mesoscopy" -version = "0.8.0" +version = "0.9.0" description = "Analysis pipeline for rodent widefield calcium imaging data." readme = "README.md" requires-python = ">=3.12" @@ -222,4 +222,4 @@ exclude_lines = [ "no cov", "if __name__ == .__main__.:", "if TYPE_CHECKING:", -] \ No newline at end of file +] diff --git a/uv.lock b/uv.lock index 2b0b2b5..aa09344 100644 --- a/uv.lock +++ b/uv.lock @@ -1230,7 +1230,7 @@ wheels = [ [[package]] name = "mesoscopy" -version = "0.8.0" +version = "0.9.0" source = { editable = "." } dependencies = [ { name = "av" },