From 70167ad1f93983c0b75739d91eaf9c136809ee1b Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:31:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.76.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lamindb_setup/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamindb_setup/__init__.py b/lamindb_setup/__init__.py index 3aed1454e..cad9deef2 100644 --- a/lamindb_setup/__init__.py +++ b/lamindb_setup/__init__.py @@ -34,7 +34,7 @@ """ -__version__ = "0.76.2" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.76.3" # denote a release candidate for 0.1.0 with 0.1rc1 import sys from os import name as _os_name