diff --git a/Cargo.lock b/Cargo.lock index 56590df..42fc326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bigtools" -version = "0.5.5-dev" +version = "0.5.5" dependencies = [ "anyhow", "attohttpc", @@ -736,7 +736,7 @@ dependencies = [ [[package]] name = "pybigtools" -version = "0.2.4-dev" +version = "0.2.4" dependencies = [ "bigtools", "futures", diff --git a/bigtools/Cargo.toml b/bigtools/Cargo.toml index 685e45d..8e4526c 100644 --- a/bigtools/Cargo.toml +++ b/bigtools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bigtools" -version = "0.5.5-dev" +version = "0.5.5" authors = ["Jack Huey "] edition = "2021" license = "MIT" diff --git a/pybigtools/Cargo.toml b/pybigtools/Cargo.toml index fd613a9..8a89422 100644 --- a/pybigtools/Cargo.toml +++ b/pybigtools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pybigtools" -version = "0.2.4-dev" +version = "0.2.4" authors = ["Jack "] edition = "2021" @@ -9,7 +9,7 @@ name = "pybigtools" crate-type = ["cdylib"] [dependencies] -bigtools = { version = "0.5.5-dev", path = "../bigtools", default_features = false, features = ["read", "write"] } +bigtools = { version = "0.5.5", path = "../bigtools", default_features = false, features = ["read", "write"] } url = "2.5.0" tokio = { version = "1.41.0", features = ["rt", "rt-multi-thread"] } futures = { version = "0.3.1", features = ["thread-pool"] }