diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc4245..16165fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.2.2] - 2024-11-21 + +### Changed +* Update to newest version of `gertils` (v0.5.1). + ## [v0.2.1] - 2024-11-21 This is compatible with the 0.11.x line of `looptrace`. diff --git a/looptrace_loci_vis/__init__.py b/looptrace_loci_vis/__init__.py index b1a23a2..eb9989c 100644 --- a/looptrace_loci_vis/__init__.py +++ b/looptrace_loci_vis/__init__.py @@ -1,3 +1,3 @@ """Napari plugin for visualising locus-specific points from looptrace""" -__version__ = "0.2.1" +__version__ = "0.2.2" diff --git a/pyproject.toml b/pyproject.toml index 2c11db1..e25ea5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "gertils @ git+https://github.com/gerlichlab/gertils@v0.5.0", + "gertils @ git+https://github.com/gerlichlab/gertils@v0.5.1", "napari >= 0.4.19; sys_platform == 'darwin'", "napari[all] >= 0.4.19; sys_platform != 'darwin'", "numpy",