Skip to content

Commit

Permalink
bump up to latest gertils version
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Nov 21, 2024
1 parent f2e51ff commit 0bf5abb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion looptrace_loci_vis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Napari plugin for visualising locus-specific points from looptrace"""

__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"gertils @ git+https://github.com/gerlichlab/[email protected].0",
"gertils @ git+https://github.com/gerlichlab/[email protected].1",
"napari >= 0.4.19; sys_platform == 'darwin'",
"napari[all] >= 0.4.19; sys_platform != 'darwin'",
"numpy",
Expand Down

0 comments on commit 0bf5abb

Please sign in to comment.