We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f48195 + 6edd37f commit 1de69e6Copy full SHA for 1de69e6
1 file changed
quantus/__init__.py
@@ -5,7 +5,7 @@
5
# Quantus project URL: <https://github.com/understandable-machine-intelligence-lab/Quantus>.
6
7
# Set the correct version.
8
-__version__ = "0.4.3"
+__version__ = "0.4.4"
9
10
# Expose quantus.evaluate to the user.
11
from quantus.evaluation import evaluate
@@ -26,4 +26,4 @@
26
from quantus.helpers.model import *
27
28
# Expose the helpers utils.
29
-from quantus.helpers.utils import *
+from quantus.helpers.utils import *
0 commit comments