diff --git a/Cargo.lock b/Cargo.lock index ece1036..f2d282f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bigtools" -version = "0.5.2-dev" +version = "0.5.2" dependencies = [ "anyhow", "attohttpc", @@ -757,7 +757,7 @@ dependencies = [ [[package]] name = "pybigtools" -version = "0.2.1-dev" +version = "0.2.1" dependencies = [ "bigtools", "futures", diff --git a/bigtools/Cargo.toml b/bigtools/Cargo.toml index 6e5a1f3..1e8c279 100644 --- a/bigtools/Cargo.toml +++ b/bigtools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bigtools" -version = "0.5.2-dev" +version = "0.5.2" authors = ["Jack Huey "] edition = "2021" license = "MIT" diff --git a/pybigtools/Cargo.toml b/pybigtools/Cargo.toml index 8908c22..69d7657 100644 --- a/pybigtools/Cargo.toml +++ b/pybigtools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pybigtools" -version = "0.2.1-dev" +version = "0.2.1" authors = ["Jack "] edition = "2021" @@ -9,7 +9,7 @@ name = "pybigtools" crate-type = ["cdylib"] [dependencies] -bigtools = { version = "0.5.2-dev", path = "../bigtools", default_features = false, features = ["read", "write"] } +bigtools = { version = "0.5.2", path = "../bigtools", default_features = false, features = ["read", "write"] } url = "2.4.0" tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread"] } futures = { version = "0.3.1", features = ["thread-pool"] }