Skip to content

Commit

Permalink
update version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerdavid committed Aug 23, 2024
1 parent e903f3f commit f957930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = napari-bbox
version = 0.0.7
version = 0.0.8
description = A new layer for bounding boxes in 2+ dimensions
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/napari_bbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.7"
__version__ = "0.0.8"
from packaging import version
from napari import layers
layers.NAMES.add("boundingboxlayer")
Expand Down

0 comments on commit f957930

Please sign in to comment.