We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a6485 commit c7399c8Copy full SHA for c7399c8
1 file changed
mhctools/__init__.py
@@ -63,7 +63,7 @@ def __getattr__(name):
63
raise AttributeError(
64
"module %r has no attribute %r" % (__name__, name))
65
66
-__version__ = "3.13.0"
+__version__ = "3.13.1"
67
68
__all__ = [
69
"Prediction",
0 commit comments