Skip to content

Commit 5691d71

Browse files
committed
bump version elsewhere
1 parent b3d1f2a commit 5691d71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gtars-py"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

bindings/r/DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: gtars
22
Title: Performance critical genomic interval analysis using Rust, in R
3-
Version: 0.2.3
3+
Version: 0.2.4
44
Authors@R:
55
person("Nathan", "LeRoy", , "nleroy917@gmail.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-7354-7213"))

bindings/r/src/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = 'gtars-r'
3-
version = '0.2.3'
3+
version = '0.2.4'
44
edition = '2021'
55

66
[lib]

0 commit comments

Comments
 (0)