[python] Bump version: 0.2.6 → 0.3.0

This commit is contained in:
Lance Release
2023-10-03 21:48:22 +00:00
parent 8b815ef5a8
commit a022368426
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
[project]
name = "lancedb"
version = "0.2.6"
version = "0.3.0"
dependencies = [
"pylance==0.8.1",
"ratelimiter~=1.0",