From cf283ba4192b0c3d7a07cd5d61dfab98fb11185c Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Tue, 12 Dec 2023 10:51:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.58.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- lnschema_core/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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