Version bump to v2.0.0
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
clearml 2025-05-22 13:45:04 +03:00
parent 2486dd7b9c
commit 2507fdc1f0
2 changed files with 2 additions and 2 deletions

View File

@ -3508,7 +3508,7 @@ class StorageHelper(object):
container_name=self._container.name if self._container else "",
object_name=object_name,
)
@classmethod
def sanitize_url(cls, remote_url):
base_url = cls._resolve_base_url(remote_url)

View File

@ -1 +1 @@
__version__ = "1.18.0"
__version__ = "2.0.0"