Compare commits

..

1 Commits

Author SHA1 Message Date
Chang She
5dad7e29bd chore: bump pylance version to v0.7.5 2023-09-14 14:26:03 -04:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,8 +1,8 @@
[project]
name = "lancedb"
version = "0.2.3"
version = "0.2.2"
dependencies = [
"pylance==0.7.3",
"pylance==0.7.4",
"ratelimiter",
"retry",
"tqdm",