Skip to content

Commit f8239e6

Browse files
committed
chore(semver): bump - breaking changes
1 parent da143f1 commit f8239e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "binseq"
3-
version = "0.8.3"
3+
version = "0.9.0"
44
edition = "2024"
55
description = "A high efficiency binary format for sequencing data"
66
license = "MIT"
77
authors = ["Noam Teyssier <noam.teyssier@arcinstitute.org>"]
88
repository = "https://github.com/arcinstitute/binseq"
99
documentation = "https://docs.rs/binseq"
1010
categories = ["science::bioinformatics", "encoding", "data-structures"]
11-
keywords = ["bioinformatics", "nucleotide", "sequencing", "genomics", "fastq"]
11+
keywords = ["binary", "nucleotide", "sequencing", "genomics", "fastq"]
1212

1313
[dependencies]
1414
anyhow = {version = "1.0.100", optional = true}

0 commit comments

Comments
 (0)