From d9402e75957d493de23a05f7e0d0dc433ac14053 Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Sun, 19 May 2024 10:47:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.37.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bionty_base/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bionty_base/__init__.py b/bionty_base/__init__.py index d7407e14..e0bc00a2 100644 --- a/bionty_base/__init__.py +++ b/bionty_base/__init__.py @@ -39,10 +39,10 @@ .. autosummary:: :toctree: . - display_available_sources - display_currently_used_sources - reset_sources - settings + display_available_sources + display_currently_used_sources + reset_sources + settings External API: @@ -52,7 +52,7 @@ Ontology """ -__version__ = "0.37.2" # denote release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.37.3" # denote release candidate for 0.1.0 with 0.1rc1 from ._sync_sources import sync_sources