Skip to content

Commit 2b954c1

Browse files
chore: release v0.2.1
1 parent a01687d commit 2b954c1

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/bio-function-pileup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-bio-function-pileup"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Depth-of-coverage (pileup) function for Apache DataFusion"
55
license.workspace = true
66
authors.workspace = true

datafusion/bio-function-ranges/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafusion-bio-function-ranges"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Interval join, coverage, and count-overlaps for Apache DataFusion"
55
license.workspace = true
66
authors.workspace = true

datafusion/bio-function-ranges/superintervals/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "superintervals"
33
description = "Interval overlap library"
4-
version = "0.4.0"
4+
version = "0.4.1"
55
authors = ["Kez Cleal. <clealk@cardiff.ac.uk>"]
66
edition = "2021"
77
repository = "https://github.com/kcleal/superintervals"

0 commit comments

Comments
 (0)