diff --git a/python/.bumpversion.cfg b/python/.bumpversion.cfg index 3ab17129..c94fc28e 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -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 diff --git a/python/pyproject.toml b/python/pyproject.toml index cd6af89a..53eee291 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lancedb" -version = "0.1.16" +version = "0.2.0" dependencies = [ "pylance==0.6.1", "ratelimiter",