Skip to content

Commit c7399c8

Browse files
committed
Bump to 3.13.1 for #198 self-review cleanup
1 parent a9a6485 commit c7399c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mhctools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __getattr__(name):
6363
raise AttributeError(
6464
"module %r has no attribute %r" % (__name__, name))
6565

66-
__version__ = "3.13.0"
66+
__version__ = "3.13.1"
6767

6868
__all__ = [
6969
"Prediction",

0 commit comments

Comments
 (0)