Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit f7755df

Browse files
authored
Merge pull request #230 from credo-ai/hotfix/DataProfilerEvidence
DataProfiler evidence fix + version update
2 parents 8ca03cd + 26e0078 commit f7755df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

credoai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Primary interface for Credo AI Lens package
33
"""
44

5-
__version__ = "1.1.0"
5+
__version__ = "1.1.1"

credoai/evidence/evidence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class DataProfilerEvidence(Evidence):
157157

158158
def __init__(self, data: dict, additional_labels: dict = None, **metadata):
159159
self._data = data
160-
super().__init__("profiler", additional_labels, **metadata)
160+
super().__init__("dataset_profiler", additional_labels, **metadata)
161161

162162
@property
163163
def data(self):

0 commit comments

Comments
 (0)