Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Oct 3, 2024
1 parent bc92ee2 commit 35dbf24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pysradb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """Saket Choudhary"""
__email__ = "[email protected]"
__version__ = "2.2.1"
__version__ = "2.2.2"

from .filter_attrs import expand_sample_attribute_columns
from .geodb import GEOdb
Expand Down

0 comments on commit 35dbf24

Please sign in to comment.