We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4110cda commit e49da61Copy full SHA for e49da61
cometx/_version.py
@@ -12,5 +12,5 @@
12
# the express permission of Comet ML Inc.
13
# *******************************************************
14
15
-version_info = (2, 5, 2)
+version_info = (2, 5, 3)
16
__version__ = ".".join(map(str, version_info))
cometx/framework/comet/download_manager.py
@@ -31,7 +31,7 @@
31
from cometx.utils import ProgressBar
32
33
from comet_ml.api import APIExperiment
34
-from comet_ml.artifact_helpers.artifact_getter import get_artifact
+from comet_ml.artifacts.artifact_getter import get_artifact
35
from comet_ml.config import get_config
36
from comet_ml.summary import Summary
37
0 commit comments