diff --git a/HISTORY.md b/HISTORY.md index 9239eef6..f564d99b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # History +# 2.2.2 (2024-10-03) +- Fix for handling ENA urls for paired end data + # 2.2.1 (2024-08-21) - Fix for handling ENA urls - Migrated to pyproject.toml diff --git a/pysradb/__init__.py b/pysradb/__init__.py index 9b1816ab..d49805f0 100644 --- a/pysradb/__init__.py +++ b/pysradb/__init__.py @@ -3,7 +3,7 @@ __author__ = """Saket Choudhary""" __email__ = "saketkc@gmail.com" -__version__ = "2.2.1" +__version__ = "2.2.2" from .filter_attrs import expand_sample_attribute_columns from .geodb import GEOdb