diff --git a/docs/changelog.md b/docs/changelog.md index 9ccb54411..2564a5755 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,8 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -⚡ A smaller json representation of the schema for the UI | [779](https://github.com/laminlabs/lamindb-setup/pull/779) | [fredericenard](https://github.com/fredericenard) | 2024-06-19 | -🐛 Fix permission error when screening for local storage root | [778](https://github.com/laminlabs/lamindb-setup/pull/778) | [falexwolf](https://github.com/falexwolf) | 2024-06-19 | +🐛 Fix permission error when screening for local storage root | [778](https://github.com/laminlabs/lamindb-setup/pull/778) | [falexwolf](https://github.com/falexwolf) | 2024-06-19 | 0.73.2 🐛 Fix same root check in get_locker | [777](https://github.com/laminlabs/lamindb-setup/pull/777) | [Koncopd](https://github.com/Koncopd) | 2024-06-13 | ✨ Add .ome.zarr as composite suffix | [775](https://github.com/laminlabs/lamindb-setup/pull/775) | [sunnyosun](https://github.com/sunnyosun) | 2024-06-05 | 🏗️ Update instance schema in the hub | [774](https://github.com/laminlabs/lamindb-setup/pull/774) | [fredericenard](https://github.com/fredericenard) | 2024-06-04 | diff --git a/lamindb_setup/__init__.py b/lamindb_setup/__init__.py index 2855dcfaa..0c8604004 100644 --- a/lamindb_setup/__init__.py +++ b/lamindb_setup/__init__.py @@ -34,7 +34,7 @@ """ -__version__ = "0.73.1" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.73.2" # denote a release candidate for 0.1.0 with 0.1rc1 import sys from os import name as _os_name