Skip to content

Commit

Permalink
fix: Updated readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol-G committed Jul 11, 2024
1 parent 8e1f433 commit 49ef960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[![License Apache Software License 2.0](https://img.shields.io/pypi/l/napari-blosc2.svg?color=green)](https://github.com/Karol-G/napari-blosc2/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-blosc2.svg?color=green)](https://pypi.org/project/napari-blosc2)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-blosc2.svg?color=green)](https://python.org)
[![tests](https://github.com/Karol-G/napari-blosc2/workflows/tests/badge.svg)](https://github.com/Karol-G/napari-blosc2/actions)
[![codecov](https://codecov.io/gh/Karol-G/napari-blosc2/branch/main/graph/badge.svg)](https://codecov.io/gh/Karol-G/napari-blosc2)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-blosc2)](https://napari-hub.org/plugins/napari-blosc2)

An image reader & writer for blosc2 images.
Expand Down
2 changes: 1 addition & 1 deletion src/napari_blosc2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1"
__version__ = "0.0.2"

from ._reader import napari_get_reader
from ._writer import write_multiple, write_single_image
Expand Down

0 comments on commit 49ef960

Please sign in to comment.