Skip to content

Commit 2fff492

Browse files
committed
adding new version name to Cargo.toml
1 parent aa7c657 commit 2fff492

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

seqmetrics/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "microBioRust-seqmetrics"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
license = "MIT"
66
keywords = ["bioinformatics","micro","bio","genomics","sequence-analysis"]
@@ -15,7 +15,7 @@ repository = "https://github.com/LCrossman/microBioRust"
1515
unsafe_code = "forbid"
1616

1717
[dependencies]
18-
microBioRust = { path = "../microBioRust" }
18+
microBioRust = "0.1.2"
1919
bio = "2.3.0"
2020
anyhow = "1.0.93"
2121
clap = { version = "4.5.19", features = ["derive"] }

0 commit comments

Comments
 (0)