Skip to content

Commit 547700a

Browse files
author
Lance Release Bot
committed
chore: release version 0.2.4
1 parent 9c0876a commit 547700a

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.2.3"
2+
current_version = "0.2.4"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(-(?P<pre_label>alpha|beta|rc)\\.(?P<pre_n>\\d+))?"
44
serialize = [
55
"{major}.{minor}.{patch}-{pre_label}.{pre_n}",

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lance-context-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lance-context-core"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Lance Devs <dev@lancedb.com>"]

crates/lance-context/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lance-context"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Lance Devs <dev@lancedb.com>"]
@@ -9,4 +9,4 @@ description = "Public re-export crate for lance-context bindings"
99
readme = "README.md"
1010

1111
[dependencies]
12-
lance-context-core = { version = "0.2.3", path = "../lance-context-core" }
12+
lance-context-core = { version = "0.2.4", path = "../lance-context-core" }

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lance-context-python"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
authors = ["Lance Devs <dev@lancedb.com>"]
66
publish = false

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lance-context"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
dependencies = [
55
"pylance==1.0.2",
66
"lancedb==0.26.1",

0 commit comments

Comments
 (0)