From b59fb3ae3c7f2f1da17570e80ebaacdc2ab11c85 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Tue, 26 Mar 2024 11:23:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.69.2?= 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 6dc63b744..6a8ce5869 100644 --- a/lamindb/__init__.py +++ b/lamindb/__init__.py @@ -39,7 +39,7 @@ """ -__version__ = "0.69.1" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.69.2" # denote a release candidate for 0.1.0 with 0.1rc1 import os as _os