Skip to content

Commit

Permalink
bump version for v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
changhiskhan committed May 10, 2023
1 parent 65d1480 commit 9948c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.7"
version = "0.4.8"
edition = "2021"
authors = ["Lance Devs <[email protected]>"]
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lance"
version = "0.4.7"
version = "0.4.8"
edition = "2021"
authors = ["Lance Devs <[email protected]>"]
description = "A columnar data format that is 100x faster than Parquet for random access."
Expand Down

0 comments on commit 9948c30

Please sign in to comment.