[python] Bump version: 0.1.16 → 0.2.0

This commit is contained in:
Lance Release
2023-08-12 04:43:16 +00:00
parent 722462c38b
commit b1a5c251ba
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
[project]
name = "lancedb"
version = "0.1.16"
version = "0.2.0"
dependencies = [
"pylance==0.6.1",
"ratelimiter",