diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ff022c..9b7f41f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -🔥 Remove field storage from dataset | [322](https://github.com/laminlabs/lnschema-core/pull/322) | [falexwolf](https://github.com/falexwolf) | 2023-12-11 | +🔥 Remove field storage from dataset | [322](https://github.com/laminlabs/lnschema-core/pull/322) | [falexwolf](https://github.com/falexwolf) | 2023-12-11 | 0.58.0 🚚 Rename File to Artifact | [321](https://github.com/laminlabs/lnschema-core/pull/321) | [falexwolf](https://github.com/falexwolf) | 2023-12-11 | ✨ Do virtual inner join of variables in Dataset.mapped | [320](https://github.com/laminlabs/lnschema-core/pull/320) | [Koncopd](https://github.com/Koncopd) | 2023-12-05 | 💚 Fix docstring | [319](https://github.com/laminlabs/lnschema-core/pull/319) | [sunnyosun](https://github.com/sunnyosun) | 2023-12-02 | diff --git a/lnschema_core/__init__.py b/lnschema_core/__init__.py index a463f6f9..aab0509a 100644 --- a/lnschema_core/__init__.py +++ b/lnschema_core/__init__.py @@ -2,7 +2,7 @@ _schema_id = "yvzi" _name = "core" -__version__ = "0.57.6" +__version__ = "0.58.0" from lamindb_setup import _check_instance_setup