From f77cac099c7022da8c213f84a726f8788e2d000a Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:55:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.50.0?= 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 3d65d50..00c2a99 100644 --- a/bionty/__init__.py +++ b/bionty/__init__.py @@ -135,7 +135,7 @@ """ -__version__ = "0.49.1" +__version__ = "0.50.0" from . import base, ids