diff --git a/python/.bumpversion.toml b/python/.bumpversion.toml index e070f638..13c0f301 100644 --- a/python/.bumpversion.toml +++ b/python/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.10.1" +current_version = "0.10.2-beta.0" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/python/Cargo.toml b/python/Cargo.toml index c9dbc442..ce308822 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lancedb-python" -version = "0.10.1" +version = "0.10.2-beta.0" edition.workspace = true description = "Python bindings for LanceDB" license.workspace = true