From 2a1709990b5736b480c6de49c0ada47fafc8b18d Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Mon, 16 Dec 2024 19:07:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.77.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lamindb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamindb/__init__.py b/lamindb/__init__.py index 81a1138f7..927307bbf 100644 --- a/lamindb/__init__.py +++ b/lamindb/__init__.py @@ -43,7 +43,7 @@ """ # denote a release candidate for 0.1.0 with 0.1rc1, 0.1a1, 0.1b1, etc. -__version__ = "0.77.2" +__version__ = "0.77.3" import os as _os