From bd26725779b1ddaca8b53489053ad5b5402c340b Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Wed, 14 Aug 2024 07:37:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.48.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bionty/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bionty/__init__.py b/bionty/__init__.py index b47f7d0..5fc440b 100644 --- a/bionty/__init__.py +++ b/bionty/__init__.py @@ -128,7 +128,7 @@ base """ -__version__ = "0.48.0" +__version__ = "0.48.1" from . import base, ids