We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602b5b1 commit 435b547Copy full SHA for 435b547
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='torchstain',
9
- version='1.2.0',
+ version='1.3.0',
10
description='Stain normalization tools for histological analysis and computational pathology',
11
long_description=README,
12
long_description_content_type='text/markdown',
torchstain/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '1.2.0'
+__version__ = '1.3.0'
2
3
from torchstain.base import normalizers
0 commit comments