Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance Release committed Feb 10, 2023
1 parent c91dd45 commit 7093669
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pylance"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Lance Devs <dev@eto.ai>"]
rust-version = "1.65"
Expand Down
10 changes: 5 additions & 5 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lance"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Lance Devs <dev@eto.ai>"]
description = "A columnar data format that is 100x faster than Parquet for random access."
Expand Down Expand Up @@ -83,12 +83,12 @@ harness = false
name = "vector_index"
harness = false

[[bench]]
name = "kmeans"
harness = false

[profile.release]
strip = true
opt-level = "s"
lto = true
codegen-units = 1

[[bench]]
name = "kmeans"
harness = false

0 comments on commit 7093669

Please sign in to comment.