From eac5b9208c691f4ac7a54ba0d8541c97587235f9 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Mon, 25 Nov 2024 05:54:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.81.2?= 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 6841a376..4ce29eeb 100644 --- a/lamindb_setup/__init__.py +++ b/lamindb_setup/__init__.py @@ -33,7 +33,7 @@ """ -__version__ = "0.81.1" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.81.2" # denote a release candidate for 0.1.0 with 0.1rc1 import os as _os import sys as _sys