Skip to content

Commit

Permalink
version bump to use newest gertils
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Nov 21, 2024
1 parent ae9a8b6 commit 4c7f59d
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.3.2] - 2024-11-21

### Changed
* Update version of `gertils` dependency to latest version (v0.5.1).

## [v0.3.1] - 2024-11-21
This is compatible with the 0.11.x line of `looptrace`.

Expand Down
2 changes: 1 addition & 1 deletion looptrace_regionals_vis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from numpydoc_decorator import doc # type: ignore[import-untyped]

__version__ = "0.3.1"
__version__ = "0.3.2"

_PACKAGE_NAME = package = Path(__file__).parent.name

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 4c7f59d

Please sign in to comment.