We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96d5c2 commit 3d83723Copy full SHA for 3d83723
wsidata/__init__.py
@@ -1,6 +1,6 @@
1
"""Data structures and I/O functions for whole-slide images (WSIs)."""
2
3
-__version__ = "0.2.0"
+__version__ = "0.3.0"
4
5
import wsidata.dataset as dataset
6
from ._model import WSIData, TileSpec
0 commit comments