diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index c65df12c..f34a403c 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gtars-py" -version = "0.1.2" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/bindings/r/src/rust/Cargo.toml b/bindings/r/src/rust/Cargo.toml index 2b85b291..4ed6d070 100644 --- a/bindings/r/src/rust/Cargo.toml +++ b/bindings/r/src/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'gtars-r' -version = '0.1.2' +version = '0.2.0' edition = '2021' [lib] diff --git a/gtars/Cargo.toml b/gtars/Cargo.toml index a5708eb3..c114fba1 100644 --- a/gtars/Cargo.toml +++ b/gtars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gtars" -version = "0.1.2" +version = "0.2.0" edition = "2021" description = "Performance-critical tools to manipulate, analyze, and process genomic interval data. Primarily focused on building tools for geniml - our genomic machine learning python package." license = "MIT"