Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jxchen01 committed Dec 13, 2024
1 parent 8b88b67 commit 22abbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ version = {attr = "lsfm_fusion_napari.__init__.__version__"}

[tool.black]
line-length = 79
target-version = ['py38', 'py39', 'py310']
target-version = ['py39', 'py310']

[tool.ruff]
line-length = 79
Expand Down
2 changes: 1 addition & 1 deletion src/lsfm_fusion_napari/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1"
__version__ = "0.1.0"
from ._widget import FusionWidget
from ._writer import write_tiff

Expand Down

0 comments on commit 22abbcd

Please sign in to comment.