[python] Bump version: 0.2.0 → 0.2.1

This commit is contained in:
Lance Release
2023-08-24 04:00:11 +00:00
parent ae8486cc8f
commit 0a5e19927f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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