diff --git a/CHANGES.md b/CHANGES.md index 1e359f4..aa88cc6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Release History -## 1.44.1.dev0 (2024-mm-dd) +## 1.44.1.dev1 (2024-mm-dd) - OPTIM: Don't download an archive stored on the cloud when trying to read a vector stored inside it in `vectors.read` - OPTIM: Don't download files stored on cloud when applying `ci.assert_files_equal` on them diff --git a/sertit/__meta__.py b/sertit/__meta__.py index 20779e7..f77f42a 100644 --- a/sertit/__meta__.py +++ b/sertit/__meta__.py @@ -17,7 +17,7 @@ """ Sertit Utils library """ -__version__ = "1.44.1.dev0" +__version__ = "1.44.1.dev1" __title__ = "sertit" __description__ = ("SERTIT python library for generic tools",) __author__ = "ICube-SERTIT"