Skip to content

Commit 06fb59a

Browse files
committed
Bump version to 2.8.0
Minor release: adds write_gtf, the inverse of read_gtf, for serializing a DataFrame of genomic features back to GTF (#21). Claude-Session: https://claude.ai/code/session_014fNxSBm5zvdsDNwN3nhmpS
1 parent a8fce5a commit 06fb59a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gtfparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
)
2525
from .write_gtf import write_gtf
2626

27-
__version__ = "2.7.2"
27+
__version__ = "2.8.0"
2828

2929
__all__ = [
3030
"GENCODE_BIOTYPE_ALIASES",

0 commit comments

Comments
 (0)