From ee31a475608ca23fe13ebc014dee6678e7d2df44 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Fri, 2 Aug 2024 10:28:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.76.0?= 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 23743ebd9..9a90e8553 100644 --- a/lamindb_setup/__init__.py +++ b/lamindb_setup/__init__.py @@ -34,7 +34,7 @@ """ -__version__ = "0.75.0" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.76.0" # denote a release candidate for 0.1.0 with 0.1rc1 import sys from os import name as _os_name