From c53417e33f3256679c56796fa12ffcc78083ffa5 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Sat, 20 Jul 2024 10:25:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.74.1?= 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 ae25cefac..a5db16041 100644 --- a/lamindb_setup/__init__.py +++ b/lamindb_setup/__init__.py @@ -34,7 +34,7 @@ """ -__version__ = "0.74.0" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.74.1" # denote a release candidate for 0.1.0 with 0.1rc1 import sys from os import name as _os_name