diff --git a/Cargo.lock b/Cargo.lock index 9db71665..e1f22160 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1432,7 +1432,7 @@ checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da" [[package]] name = "fibertools-rs" -version = "0.5.4" +version = "0.6.0" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index eb7be219..e6515913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "fibertools-rs" readme = "README.md" repository = "https://github.com/fiberseq/fibertools-rs" -version = "0.5.4" +version = "0.6.0" # exclude py-ft and test data from cargo publish since they are too large exclude = ["py-ft/", "tests/data/"]