From d57bd33d58270456126b70fcfbd04cb6518905d1 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Tue, 25 Aug 2026 10:27:43 +0100 Subject: [PATCH] The version goes to 0.7.0 The phasor IRF setting became a path and took on reference measurements and .pqres results since 0.6.0. That is a new capability and a changed setting contract, so it earns a minor rather than a patch. Co-Authored-By: Claude Opus 5 --- CITATION.cff | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a812737..2d9fe4b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,8 +12,8 @@ authors: orcid: "https://orcid.org/0000-0003-4605-1682" type: software license: MIT -version: 0.6.0 -date-released: 2026-08-24 +version: 0.7.0 +date-released: 2026-08-25 repository-code: 'https://github.com/FLIMKit/flimkit-bridge' keywords: - FLIM diff --git a/pyproject.toml b/pyproject.toml index 6fd0e13..5b34888 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'flimkit-bridge' -version = '0.6.0' +version = '0.7.0' description = 'The local HTTP server FLIMKit image analysis clients talk to' readme = 'README.md' requires-python = '>=3.12'