Skip to content

Commit

Permalink
bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Aug 13, 2023
1 parent d6059df commit b2c221a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/paradigmxyz/cryo"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ hex = "0.4.3"
indicatif = "0.17.5"
polars = "0.30.0"
tokio = "1.29.0"
cryo_freeze = { version = "0.1.0", path = "../freeze" }
cryo_freeze = { version = "0.2.0", path = "../freeze" }
colored = "2.0.0"
thousands = "0.2.0"
chrono = "0.4.26"
Expand Down
6 changes: 3 additions & 3 deletions crates/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cryo_python"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
build = "build.rs"

Expand All @@ -10,8 +10,8 @@ name = "cryo"
crate-type = ["cdylib"]

[dependencies]
cryo_cli = { version = "0.1.0", path = "../cli" }
cryo_freeze = { version = "0.1.0", path = "../freeze" }
cryo_cli = { version = "0.2.0", path = "../cli" }
cryo_freeze = { version = "0.2.0", path = "../freeze" }
polars = { version = "0.30.0", features = ["parquet", "string_encoding", "polars-lazy", "lazy", "binary_encoding", "json", "dtype-struct"] }
pyo3 = { version = "0.18.0", features = ["extension-module"] }
pyo3-asyncio = { version = "0.18.0", features = ["tokio-runtime"] }
Expand Down

0 comments on commit b2c221a

Please sign in to comment.