From 1dd92841a8f77e538015ba7ab846a163828c54d9 Mon Sep 17 00:00:00 2001 From: Khoroshevskyi Date: Mon, 18 Dec 2023 15:33:38 -0500 Subject: [PATCH] Updated version --- bbconf/_version.py | 2 +- bbconf/bbconf.py | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/bbconf/_version.py b/bbconf/_version.py index 48b9a7eb..6a9beea8 100644 --- a/bbconf/_version.py +++ b/bbconf/_version.py @@ -1 +1 @@ -__version__ = "0.4.0a6" +__version__ = "0.4.0" diff --git a/bbconf/bbconf.py b/bbconf/bbconf.py index b92feb88..a89d9d4f 100644 --- a/bbconf/bbconf.py +++ b/bbconf/bbconf.py @@ -1,6 +1,6 @@ import os from logging import getLogger -from typing import List, Optional, Tuple, Union, Literal +from typing import List, Optional, Dict, Union, Literal from textwrap import indent import yacman @@ -178,9 +178,7 @@ def _read_config_file(self, config_path: str) -> dict: def search_bed_by_text( self, query: str - ) -> Tuple[ - Union[List[int], List[List[int]]], Union[List[float], List[List[float]]] - ]: + ) -> List[Dict[str, Union[int, float, Dict[str, str], List[float]]]]: """ Search for bed files by text query in the qdrant database