Skip to content

Commit 435b547

Browse files
bump version to 1.3.0
1 parent 602b5b1 commit 435b547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='torchstain',
9-
version='1.2.0',
9+
version='1.3.0',
1010
description='Stain normalization tools for histological analysis and computational pathology',
1111
long_description=README,
1212
long_description_content_type='text/markdown',

torchstain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '1.2.0'
1+
__version__ = '1.3.0'
22

33
from torchstain.base import normalizers

0 commit comments

Comments
 (0)