diff --git a/python/.bumpversion.cfg b/python/.bumpversion.cfg index a186c65e..73522ebd 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.3.1 commit = True message = [python] Bump version: {current_version} → {new_version} tag = True diff --git a/python/pyproject.toml b/python/pyproject.toml index b3dfe831..dbc7a19d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lancedb" -version = "0.3.3" +version = "0.3.1" dependencies = [ "deprecation", "pylance==0.8.6",