[python] Bump version: 0.3.4 → 0.3.5

This commit is contained in:
Lance Release
2023-12-14 19:31:22 +00:00
committed by Weston Pace
parent 9356c3b86a
commit fc32f98c34
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.4
current_version = 0.3.5
commit = True
message = [python] Bump version: {current_version} → {new_version}
tag = True

View File

@@ -1,6 +1,6 @@
[project]
name = "lancedb"
version = "0.3.4"
version = "0.3.5"
dependencies = [
"deprecation",
"pylance==0.8.21",