From 4b063a4cae5ce68e6b930b3c6445358161781351 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Wed, 5 Jun 2024 18:03:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.73.1?= 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 584f04bb0..ef4e9aa6c 100644 --- a/lamindb/__init__.py +++ b/lamindb/__init__.py @@ -41,7 +41,7 @@ """ # denote a release candidate for 0.1.0 with 0.1rc1, 0.1a1, 0.1b1, etc. -__version__ = "0.73.0" +__version__ = "0.73.1" import os as _os