From ec39d985719f3444c6f38b2a40aafd607fb6af22 Mon Sep 17 00:00:00 2001 From: Lance Release Date: Wed, 7 Aug 2024 20:55:40 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.0-beta.0=20=E2=86=92=200?= =?UTF-8?q?.12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/.bumpversion.toml | 2 +- python/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/.bumpversion.toml b/python/.bumpversion.toml index bc2f1844..0d7edaf0 100644 --- a/python/.bumpversion.toml +++ b/python/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.12.0-beta.0" +current_version = "0.12.0" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/python/Cargo.toml b/python/Cargo.toml index f870a571..355c3428 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lancedb-python" -version = "0.12.0-beta.0" +version = "0.12.0" edition.workspace = true description = "Python bindings for LanceDB" license.workspace = true