Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Dec 3, 2024
1 parent 3fad0f4 commit 5061eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies = [
"rich",
"typer",
"wsidata",
"psutil",
]

[tool.hatch.version]
Expand Down
5 changes: 1 addition & 4 deletions src/lazyslide/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
"""Efficient and Scalable Whole Slide Image (WSI) processing library."""
__version__ = "0.1.0"
__version__ = "0.2.0"

from . import pp
from . import tl
from . import pl
from . import models as models

# Re-export
from wsidata import open_wsi, agg_wsi

0 comments on commit 5061eaf

Please sign in to comment.