From a15a54608a28aa72fd1566d3a0686ce31a3e94c7 Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:29:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clinicore/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clinicore/__init__.py b/clinicore/__init__.py index 9865378..d76c56d 100644 --- a/clinicore/__init__.py +++ b/clinicore/__init__.py @@ -16,7 +16,7 @@ Treatment """ -__version__ = "0.3.0" # denote a pre-release for 0.1.0 with 0.1rc1 +__version__ = "0.3.1" # denote a pre-release for 0.1.0 with 0.1rc1 from lamindb_setup import _check_instance_setup diff --git a/pyproject.toml b/pyproject.toml index 5a2cce2..f8642ed 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 = [ - "lamindb[bionty,aws]==0.76.3", + "lamindb[bionty,aws]==0.76.4", ] [project.urls]