Skip to content

Commit

Permalink
update to newest gertils version
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Nov 21, 2024
1 parent ee8f6cd commit 9fa6c12
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.1.4] - 2024-11-21

### Changed
* Use newest version of `gertils` (v0.5.1).

## [v0.1.3] - 2024-11-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion nuclei_vis_napari/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A plugin for napari which allows visualisation of nuclei and nuclear regions"""

__version__ = "0.1.3"
__version__ = "0.1.4"

import sys

Expand Down
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",
"importlib_resources; python_version < '3.11'",
"napari >= 0.4.19; sys_platform == 'darwin'",
"napari[all] >= 0.4.19; sys_platform != 'darwin'",
Expand Down

0 comments on commit 9fa6c12

Please sign in to comment.