Skip to content

Commit

Permalink
Merge pull request #315 from BiAPoL/add-more-tests-for-layers-in-3D/4D
Browse files Browse the repository at this point in the history
Add more tests for layers in 3 d/4 d and bump version
  • Loading branch information
zoccoler authored Apr 24, 2024
2 parents d79f656 + a002d5f commit 30a3c0c
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest, macos-latest] # windows-latest (disabled, see related issue)
platform: [ubuntu-latest, windows-latest] # macos-latest (disabled, see related issue)
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion napari_clusters_plotter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.3"
__version__ = "0.8.0"


from ._dock_widget import (
Expand Down
Loading

0 comments on commit 30a3c0c

Please sign in to comment.