From ea1110d48b9e9d8b737612ca7f6e6d10971cf17d Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:48:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.42.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bionty/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bionty/__init__.py b/bionty/__init__.py index 7facfd5..c6ca483 100644 --- a/bionty/__init__.py +++ b/bionty/__init__.py @@ -123,7 +123,7 @@ core """ -__version__ = "0.42.1" +__version__ = "0.42.2" from lamindb_setup._check_setup import InstanceNotSetupError, _check_instance_setup from lnschema_bionty import ids diff --git a/pyproject.toml b/pyproject.toml index e8a77ec..9a0b376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "Lamin Labs", email = "open-source@lamin.ai"}] readme = "README.md" dynamic = ["version", "description"] dependencies = [ - "lnschema-bionty==0.41.3", + "lnschema-bionty==0.41.4", ] [project.urls]