From ad8bb12e37137703cfa3056a3087f96e016d4f27 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Fri, 6 Sep 2024 10:53:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.77.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 ad974598..7c3ed1d3 100644 --- a/lamindb_setup/__init__.py +++ b/lamindb_setup/__init__.py @@ -34,7 +34,7 @@ """ -__version__ = "0.76.8" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.77.0" # denote a release candidate for 0.1.0 with 0.1rc1 import os as _os import sys as _sys