Skip to content

Commit

Permalink
added url to setup.cfg and bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
perdigao1 committed Sep 13, 2023
1 parent d09c435 commit d9579b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[metadata]
name = napari-h5
version = attr: napari_h5.__version__
description = A file reader plugin for napari
description = A hdf5 file reader plugin for napari
long_description = file: README.md
long_description_content_type = text/markdown

author = Luis Perdigao
author_email = luis.perdigao@rfi.ac.uk

url=https://github.com/rosalindfranklininstitute/napari-h5

license = Apache-2.0
license_files = LICENSE
classifiers =
Expand Down
2 changes: 1 addition & 1 deletion src/napari_h5/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.4"
__version__ = "0.0.5"

from ._reader import get_reader
from ._writer import multi_layer_writer, single_layer_writer
Expand Down
2 changes: 1 addition & 1 deletion src/napari_h5/napari.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: napari-h5
display_name: h5 files
display_name: napari-h5
contributions:
commands:
- id: napari-h5.get_reader
Expand Down

0 comments on commit d9579b4

Please sign in to comment.