diff --git a/python/.bumpversion.cfg b/python/.bumpversion.cfg index 50415a95..a4e5ccf0 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.6 +current_version = 0.6.7 commit = True message = [python] Bump version: {current_version} → {new_version} tag = True diff --git a/python/pyproject.toml b/python/pyproject.toml index cb38d5c3..49fc4799 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lancedb" -version = "0.6.6" +version = "0.6.7" dependencies = [ "deprecation", "pylance==0.10.9",