Skip to content

Commit ac36e91

Browse files
Merge pull request #317 from understandable-machine-intelligence-lab/new-0.5.2-release
New release 0.5.2 bugfix
2 parents 74f54a5 + 3d77ab6 commit ac36e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quantus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Quantus project URL: <https://github.com/understandable-machine-intelligence-lab/Quantus>.
66

77
# Set the correct version.
8-
__version__ = "0.5.1"
8+
__version__ = "0.5.2"
99

1010
# Expose quantus.evaluate to the user.
1111
from quantus.evaluation import evaluate

0 commit comments

Comments
 (0)